33279 Commits (2b98377935384ecd22c2cd26106b9e03a6c9f598)
 

Author SHA1 Message Date
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
Martin Storsjö 9bd41bb191 configure: Check for a different SDL function 13 years ago
Kostya Shishkov a05c41acd1 mp3dec: perform I/S and M/S only when frame mode is joint stereo. 13 years ago
Kostya Shishkov f704eb612b id3v2: add another mimetype for JPEG image 13 years ago
Ronald S. Bultje ddcf67c8a5 lzw: prevent buffer overreads. 13 years ago
Mashiat Sarker Shakkhar 28e8c4d59a WMAL: Remove inaccurate and unnecessary doxy 13 years ago
Ronald S. Bultje 63a1b481f6 h264: fix cabac-on-stack after safe cabac reader. 13 years ago
Ronald S. Bultje bd508d435b truemotion2: convert packet header reading to bytestream2. 13 years ago
Ronald S. Bultje 44257ef426 asf: only set index_read if the index contained entries. 13 years ago
Ronald S. Bultje a940198130 cabac: add overread protection to BRANCHLESS_GET_CABAC(). 13 years ago