40234 Commits (e0a2e60c0a6cbcceef08e94af5081d2aa8e6a52f)
 

Author SHA1 Message Date
Diego Biurrun 5dd8c08fd5 mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter 11 years ago
Diego Biurrun e63b818dbe dv: Properly split decoder and encoder initialization 11 years ago
Diego Biurrun d2869aea04 dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory 11 years ago
Diego Biurrun 24f45c1622 fate: Add dependencies for dct/fft/mdct/rdft tests 11 years ago
Dirk Ausserhaus 5ec6d152e2 indeo4: B-frames decoding 11 years ago
Kostya Shishkov 422e14f721 indeo2: rename stride to pitch for consistency with other Indeo decoders 11 years ago
Anton Khirnov a5864e9a25 output example: free the muxing format context properly 11 years ago
Anton Khirnov 182d3f8221 output example: rewrite encoding logic 11 years ago
Anton Khirnov a7fcd4122b output example: store the scaling context in the stream context 11 years ago
Anton Khirnov 6a927d7aaf output example: use a macro instead of a static variable 11 years ago
Anton Khirnov 63fd0d866c output example: allocate the audio frame only once 11 years ago
Anton Khirnov edd5f95764 output example: use OutputStream for audio streams as well 11 years ago
Anton Khirnov 5e7b125b6a output example: use the new AVFrame API to allocate audio frames 11 years ago
Anton Khirnov ac85f631c9 output example: set output channel layout 11 years ago
Anton Khirnov 294daf71a7 output example: use a struct to bundle the video stream variables together 11 years ago
Anton Khirnov 38d044429d output example: use the new AVFrame API for allocating the video frame 11 years ago
Anton Khirnov 3f4edf0125 dump_stream: print the timebase as is, do not reduce it 11 years ago
Anton Khirnov 1b04eb20f7 lavc: do not allocate edges in the default get_buffer2() 11 years ago
Gildas Cocherel a0e1c3517a hevc: remove unused array min_cb_addr_zs 11 years ago
Kieran Kunhya 9b60d91979 hevc: Allow out of bound values for num_reorder_pics 11 years ago
Diego Biurrun 593d2326ef dv: Replace a magic number by sizeof() 11 years ago
Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled 11 years ago
Derek Buitenhuis 2deb614272 mjpegdec: Properly set the context colorspace info 11 years ago
Vittorio Giovara 772d150a6e h264: error out from decode_nal_units() when AV_EF_EXPLODE is set 11 years ago
Vittorio Giovara 10306e9c5f jpeg2000: fix dereferencing invalid pointers during cleanup 11 years ago
Vittorio Giovara ab72eda15e pixfmt: mark the reserved values 11 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Janne Grunau f23d26a686 h264: avoid using uninitialized memory in NEON chroma mc 11 years ago
Luca Barbato ccda51b14c lzo: Handle integer overflow 11 years ago
Dirk Ausserhaus e121ac634b indeo45: use is_indeo4 context flag instead of checking codec ID 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Justin Ruggles 44127546b0 Check if an mp3 header is using a reserved sample rate. 11 years ago
Diego Biurrun 463a7cde56 Differentiate assembler and assembly in documentation and comments 11 years ago
Luca Barbato 0ef256d515 libx264: Correctly manage constant rate factor params 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Diego Biurrun f83896abda ape: Replace memset(0) by zero initialization 11 years ago
Diego Biurrun 8d695dc411 mpeg: Mark ff_mpeg_set_erpic() static 11 years ago
Diego Biurrun a6a675a792 configure: Drop stray error resilience dependencies 11 years ago
Diego Biurrun fbf4d2197f build: Record explicit dependency of intrax8 on error resilience 11 years ago
Diego Biurrun c54e118722 build: Have the eatqi decoder depend on the MPEG-1 decoder 11 years ago
Diego Biurrun 85d805d5cc build: Add missing object files for webm muxer 11 years ago
Diego Biurrun 03391b5432 build: Add missing object files for Matroska demuxer 11 years ago
Diego Biurrun 49470b9404 build: Add missing replaygain object file for CAF demuxer 11 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Vittorio Giovara ca1e36a8e4 h264: fix build when error resilience is disabled 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Anton Khirnov d349afb07b dv: cosmetics, reindent 11 years ago
Anton Khirnov 650dee63c8 dv: get rid of global non-const tables 11 years ago