22245 Commits (ff6e82a968c02d01ff9c5fb891b56af12a0f650c)
 

Author SHA1 Message Date
  Peter Ross add5badbc1 do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] 16 years ago
  Michael Niedermayer 9e2e821468 Doxy for ff_match_2uint16(). 16 years ago
  Michael Niedermayer 6c060b55a9 Fix implicit declaration warning. 16 years ago
  Michael Niedermayer c46eeae2a8 Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 16 years ago
  Michael Niedermayer aa11ce6568 Make inter_level/run global again, msmpeg4 uses them. 16 years ago
  Michael Niedermayer 0366b6e199 Make some tables static again, i mistakely thought they would be used in several 16 years ago
  Zuxy Meng 23b0072ad7 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just 16 years ago
  Laurent Aimar 75dd693840 Export get_slice_type() as ff_h264_get_slice_type(). 16 years ago
  Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 16 years ago
  Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 16 years ago
  Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 16 years ago
  Laurent Aimar b090930d43 Always initialize bit_depth_luma and bit_depth_chroma in the H264 16 years ago
  Peter Ross 8600106ac2 update my email address 16 years ago
  Stefano Sabatini 27d8f6b660 Make the scale filter set in the input and output links only the 16 years ago
  Michael Niedermayer a7ac9c2f62 Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. 16 years ago
  Thilo Borgmann b2f4b04336 Change local variable type from unsigned int to int in order to 16 years ago
  Michael Niedermayer 261a3c2d05 Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. 16 years ago
  Reimar Döffinger 1b168a428d Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will 16 years ago
  Michael Niedermayer 7213abf6ba Use h263 tables in msmpeg4v1 dont duplicate them halfway. 16 years ago
  Daniel Verkamp 0219e99eea Release cyuv/aura decoder buffer 16 years ago
  Måns Rullgård 3963a17d0e AAC: add a const to decode_spectrum_and_dequant() args 16 years ago
  Michael Niedermayer 101ada9abd Rename most non static h263 tables so their name contains h263. 16 years ago
  Michael Niedermayer fef59a5b4b Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability 16 years ago
  Michael Niedermayer 05b858b045 Rename DCtab_*, its a global variable and it helps understanding if mpeg4 16 years ago
  Ronald S. Bultje f9664ca026 Use the correct ByteIOContext in extradata parsing.Fixes half of issue 16 years ago
  Jai Menon 4536c8e603 Snow : re-indent after r21093. 16 years ago
  Jai Menon a4bd598541 Snow : remove pointless 'if(1)'. 16 years ago
  Michael Niedermayer 28fbbee15f Remove useless line. 16 years ago
  Michael Niedermayer e75d233506 Fix indention. 16 years ago
  Andreas Öman 4ad04da214 Log unknown NAL code from correct context 16 years ago
  Jai Menon 2da16f288a Snow : use non-NULL context for av_log. 16 years ago
  Jai Menon 8ec5a042e4 Cosmetics : remove duplicated comment. 16 years ago
  Diego Biurrun 49d2d1c35c Explain why the level variable is magically inceased in mpeg4_encode_dc(). 16 years ago
  Stefano Sabatini d3c01751a3 Fix compilation on gcc 2.95.3 (still supported) broken by r21077, 16 years ago
  Alex Converse d987a9e9ad fft-test: whitespace cosmetics 16 years ago
  Jai Menon e8c6411ce3 Snow : release buffers allocated using avctx->get_buffer. 16 years ago
  Jai Menon 8456462fb8 Set bits_per_coded_sample in the raw video encoder. 16 years ago
  Michael Niedermayer 51ce2207c8 Add a few CONFIG_MPEG4_DECODER that should be there. 16 years ago
  Art Clarke f2e77e4b1e Improve avformat_version() doxy. 16 years ago
  Martin Storsjö b827f4eb47 Currently, the replacement which is used if inet_aton isn't available, 16 years ago
  Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 16 years ago
  Ronald S. Bultje 84f0aba18d handler can be NULL if we did not support this dynamic format (codec). 16 years ago
  Stefano Sabatini 063e769273 Make avfilter_formats_unref(AVFilterFormats **ref) handle the case 16 years ago
  Stefano Sabatini fe59258516 Use the @return doxy command, and extend documentation for the return 16 years ago
  Stefano Sabatini c4d2e41ce4 Avoid the use of the modal auxiliary "should" in the 16 years ago
  Thilo Borgmann e38215f2a4 Add multi-channel correlation support for ALS. 16 years ago
  Stefano Sabatini 516841ef63 Fix doxy, use third person. 16 years ago
  Ronald S. Bultje 8f3c87f3e2 Add correct log context to av_log() calls in parse_rtpmap(). 16 years ago
  Ronald S. Bultje c896580087 Re-indent to more closely follow general coding standards used in other 16 years ago
  Carl Eugen Hoyos 59043195d4 Fix red/blue swap for 4xa files. 16 years ago