33188 Commits (2ef15b46e42647f6688d05abe2400fe008de5e0a)
 

Author SHA1 Message Date
Anton Khirnov d4936548f4 avconv: remove an unused function parameter. 13 years ago
Anton Khirnov 4648fe6324 avconv: remove now pointless variables. 13 years ago
Anton Khirnov e06d2dfcde avconv: drop support for building without libavfilter. 13 years ago
Reimar Döffinger 439c3d5bcc nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Joakim Plate ba24f12982 libavformat: Only require first packet to be known for audio/video streams 13 years ago
Martin Storsjö 951e715ceb avplay: Don't try to scale timestamps if the tb isn't set 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Justin Ruggles bb0618e68b avcodec: remove avcodec_guess_channel_layout() 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Anton Khirnov a03f8ea0a8 vsrc_buffer: when no frame is available, return an error instead of segfaulting. 13 years ago
Anton Khirnov cfec77aaf8 configure: add dl to frei0r extralibs. 13 years ago
Christophe GISQUET 6b81da2fd0 dsputil x86: use SSE float instruction instead of SSE2 integer equivalent 13 years ago
Christophe GISQUET cd88105f6f dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype 13 years ago
Christophe GISQUET f9888520cc vp8dsp x86: perform rounding shift with a single instruction 13 years ago
Ronald S. Bultje 7756859a31 fate: add BMP tests. 13 years ago
Ronald S. Bultje bc0bdda77b swscale: handle complete dimensions for monoblack/white. 13 years ago
Diego Biurrun e484265c97 aacenc: Mark deinterleave_input_samples argument as const. 13 years ago
Diego Biurrun 1f068e4450 vf_unsharp: Mark readonly variable as const. 13 years ago
Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 13 years ago
Derek Buitenhuis 91dffb4c1d w32threads: Make pthread_cond_wait follow POSIX 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun d4f05ae3b6 sbrdsp: Use standard multiple inclusion guards. 13 years ago
Aneesh Dogra 6d21f49879 pcm: K&R formatting cosmetics 13 years ago
Piotr Bandurski 835a893bcb rawdec: Support fourccs YV16 and YV24 13 years ago
Raffaele Sena 34d908c083 rtmp: implement bandwidth notification 13 years ago
Samuel Pitoiset faba4a9b88 rtmp: update supported audio codecs value 13 years ago
Hans-Kristian Arntzen b991b300f2 Unscaled Planar RGB -> RGB support in swscale. 13 years ago
Derek Buitenhuis 0aaa45ef69 FATE: Add RALF decoding test 13 years ago
Anton Khirnov 95587d29d7 vsrc_buffer: allow buffering arbitrary number of frames. 13 years ago
Anton Khirnov 416fd90ead vf_scale: avoid a pointless memcpy in no-op conversion. 13 years ago
Anton Khirnov 63736fe48c avfiltergraph: try to reduce format conversions in filters. 13 years ago
Anton Khirnov 996f9f0c32 avfiltergraph: add an AVClass to AVFilterGraph on next major bump. 13 years ago
Anton Khirnov ddb4431208 id3v2: fix skipping extended header in id3v2.4 13 years ago
Michael Niedermayer 420d1df2e2 apedec: check bits <= 32. 13 years ago
Aneesh Dogra c265b77b11 cavs: Remove unused code. 13 years ago
Reimar Döffinger 10b1c060f9 oggenc: fix condition when not to flush due to keyframe granule. 13 years ago
Andres Gonzalez ed3e1b485a oggenc: add pagesize option to set preferred page size 13 years ago
Justin Ruggles 67aec401d8 libspeexdec: set frame size in libspeex_decode_init() 13 years ago
Franz Brauße 12cbbbb4ab smacker audio: sign-extend the initial 16-bit predicted value 13 years ago
Diego Biurrun b691fd7a4d h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() 13 years ago
Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 13 years ago
Diego Biurrun afd8a3957b output-example: K&R formatting cosmetics, comment spelling fixes 13 years ago
Luca Barbato 93f6d0475f avf: make the example output the proper message 13 years ago
Luca Barbato 28db30aa29 avf: fix audio writing in the output-example 13 years ago
Ronald S. Bultje 4f7c7624c0 mov: don't overwrite existing indexes. 13 years ago
Ronald S. Bultje 0399fe0fd2 lzw: fix potential integer overflow. 13 years ago
Ronald S. Bultje b7b1509d06 truemotion: forbid invalid VLC bitsizes and token values. 13 years ago
Ronald S. Bultje bf39d3b59d truemotion2: handle out-of-frame motion vectors through edge extension. 13 years ago