13784 Commits (d7e5aebae7652ac766034f1d90e5a4f62677fb3c)

Author SHA1 Message Date
Justin Ruggles 79ee8977c2 ac3enc: correct the flipped sign in the ac3_fixed encoder 14 years ago
anatoly 75cf2602c7 Add MxPEG decoder 14 years ago
anatoly dd1e5bfd5e Add support for picture_ptr field in MJpegDecodeContext 14 years ago
anatoly 7e6a9e6444 Move MJPEG's input buffer preprocessing in separate public function 14 years ago
anatoly 34686566f3 Support reference picture defined by bitmask in MJPEG's SOS decoder 14 years ago
Alexander E. Patrakov d439ba15fd DCA/DTA encoder 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Vitor Sessak 33cbfa6fa3 Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. 14 years ago
Stefano Sabatini ff558d7b01 bfi: store palette data in the context 14 years ago
Michael Niedermayer 76cd98b445 mjpeg: Detect overreads in mjpeg_decode_scan() and error out. 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Michael Niedermayer 30fe971934 aac: add headers needed for log2f() 14 years ago
Anton Khirnov 6deae83e55 lavc: remove FF_API_MB_Q cruft 14 years ago
Anton Khirnov 694c142434 lavc: remove FF_API_RATE_EMU cruft 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Michael Niedermayer 05815b3545 Fix issue1503, this fix may be incomplete we need more samples to know for sure. 14 years ago
Michael Niedermayer 7157334c37 wmadec: prevent null pointer call. 14 years ago
Stefano Sabatini 1da254b849 fraps: do not set avctx->pix_fmt to none in decode_init() 14 years ago
Janne Grunau 6ad2bafcfd ac3: fix memleak in fixed-point encoder 14 years ago
Reimar Döffinger bde9671795 dca: allow selecting float output at runtime. 14 years ago
Reimar Döffinger 5aff31b136 vorbisdec: allow selecting float output at runtime. 14 years ago
Reimar Döffinger 26d5a4b6b4 aacdec: Allow selecting float output at runtime. 14 years ago
Reimar Döffinger 4c7ad768e1 ac3dec: allow selecting float output at runtime. 14 years ago
Diego Biurrun a14c08247d flashsv: Return more meaningful error values. 14 years ago
Diego Biurrun 46cb2da1f0 flashsv: Employ explicit AVCodec struct initializers. 14 years ago
Carl Eugen Hoyos 6c93641683 Warn if the source has unsupported (or no) channel layout. 14 years ago
Diego Biurrun 293fe6da01 cosmetics: K&R coding style and more whitespace for Flash Screen Video 14 years ago
Diego Biurrun 2441003d3f vorbisdec: Employ proper printf format specifiers for uint_fast32_t. 14 years ago
ami_stuff 3e1c59ebc6 Support fourcc auv2. 14 years ago
Reimar Döffinger 9a962f3055 Fix indentation. 14 years ago
Reimar Döffinger 02e3f7d042 Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers. 14 years ago
Philip Langdale e4253b1a4f CrystalHD: Add AVOption to configure hardware downscaling. 14 years ago
Reimar Döffinger 67c1a59ad7 Check for malloc failures in fraps decoder. 14 years ago
Reimar Döffinger 80da2dcf05 Use av_fast_malloc instead of av_realloc in fraps decoder. 14 years ago
Sebastian Vater 183132872a HAM6/HAM8 support for IFF demuxer/decoder 14 years ago
Peter Ross b678d6db95 permit decoding of multichannel ADPCM_EA_XAS 14 years ago
Baptiste Coudurier c225615bf2 In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set 14 years ago
Diego Biurrun 43fb279f56 Replace more FFmpeg instances by Libav or ffmpeg. 14 years ago
Diego Biurrun 046f3cb789 vorbis: Rename decoder/encoder files to follow general file naming scheme. 14 years ago
Nathan Caldwell f50d937725 aacenc: Fix whitespace after last commit. 14 years ago
Carl Eugen Hoyos 2ef2496cd1 Set channel layout in flac decoder. 14 years ago
Stefano Sabatini efd6cbc5dd flicvideo: fix crash on flic files with invalid frame size 14 years ago
Stefano Sabatini cd1872799d flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR() 14 years ago
Diego Biurrun 62582a696b cook: Fix small typo in av_log_ask_for_sample message. 14 years ago
Nathan Caldwell 230c1a9075 aacenc: Finish 3GPP psymodel analysis for non mid/side cases. 14 years ago
Michael Niedermayer 3d462373f8 aac: add math.h needed for log2f() 14 years ago
Carl Eugen Hoyos e499187f2e Fix compilation with libcelt on Apple OS X. 14 years ago
Carl Eugen Hoyos 4b5c21757b Fix compilation after version bump. 14 years ago
Alex Converse 785c441828 Add some debug log messages to AAC extradata 14 years ago