31831 Commits (66b9d7065a5c01bcf6b5d5325fd9b9d4132e7e6f)
 

Author SHA1 Message Date
Anton Khirnov aa2e4bb058 lavf: free packets for muxers implementing interleave_packet(). 13 years ago
Anton Khirnov f97cb45156 lavf: fix and extend av_interleaved_write_frame() doxy. 13 years ago
Alex Converse d7420e0ac9 mov: Remove dead stores for spherical coordinates for channel position. 13 years ago
Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 13 years ago
Anton Khirnov bbf0023bb6 RELEASE_NOTES: mention hiding private symbols in shared builds. 13 years ago
Anton Khirnov 26f71ef48c RELEASE_NOTES: mention some notable API changes in 0.8 13 years ago
Justin Ruggles 01ed1c390d tta: cast output data pointer to the correct type 13 years ago
Anton Khirnov 9993284793 avconv: fix -frames for video encoders with delay. 13 years ago
Janne Grunau 9e12002f11 rv34: add NEON rv34_idct_add 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Paul B Mahol ffa0923eee add SMJPEG muxer 13 years ago
Paul B Mahol 68b94f8bc3 avformat: split out common SMJPEG code 13 years ago
Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 13 years ago
Justin Ruggles ee458cb1fa avconv: use avcodec_encode_audio2() 13 years ago
Justin Ruggles 05f95443ca pcmenc: use AVCodec.encode2() 13 years ago
Justin Ruggles a6ccae3f4c avcodec: bump minor version and add APIChanges for the new audio encoding API 13 years ago
Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
Justin Ruggles 5ee5fa021f avcodec: add a public function, avcodec_fill_audio_frame(). 13 years ago
Christophe GISQUET d78062386e rv34: Intra 16x16 handling 13 years ago
Christophe GISQUET 3eeb755763 rv34: Inter/intra MB code split 13 years ago
Diego Biurrun 2df5f59ad0 fate: split ADPCM and DPCM test references into separate files. 13 years ago
Daniel Huang bcd5d979aa mov, mxfdec: Employ more meaningful return values. 13 years ago
Reinhard Tartler e2ff436ef6 lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() 13 years ago
Kostya Shishkov e6e7bfc11e wavpack: fix clipping for 32-bit lossy mode 13 years ago
Laurentiu Ion 4fccc7c46c vb: Use bytestream2 functions 13 years ago
Aneesh Dogra 4cd0bdae9a sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Stefano Sabatini b5c2b5af6a configure: provide libavfilter/version.h header to get_version() 13 years ago
Ronald S. Bultje 3c172a4106 swscale: change yuv2yuvX code to use cpuflag(). 13 years ago
Martin Storsjö 57facb73ab libx264: Don't leave max_b_frames as -1 if the user didn't set it 13 years ago
Justin Ruggles 4c82c6d993 FATE: convert output to rgba for the targa tests which currently output pal8 13 years ago
Janne Grunau 502bf3b462 fate: add missing reference files for targa tests in 9c2f9b0e2 13 years ago
Justin Ruggles 9c2f9b0e2d FATE: enable the 2 remaining targa conformance suite tests 13 years ago
Justin Ruggles faaebcdf6b targa: add support for rgb555 palette 13 years ago
Justin Ruggles e1a7af6f29 FATE: fix targa tests on big-endian systems 13 years ago
Justin Ruggles 68d6012c72 FATE: add tests for targa 13 years ago
Mans Rullgard 71b3a63e9c ARM: fix Thumb-mode simple_idct_arm 13 years ago
Mans Rullgard 5c5e1ea3cd ARM: 4-byte align start of all asm functions 13 years ago
Paul B Mahol 0cc1a86dc3 rgb2rgb: rgb12to15() 13 years ago
Ronald S. Bultje 06b0246da0 swscale-test: fix stack overread. 13 years ago
Ronald S. Bultje e7843db3df swscale: fix invalid conversions and memory problems. 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun 0a60780c7f cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. 13 years ago
Diego Biurrun 64d779f2f7 cabac: Remove ff_h264_lps_state array. 13 years ago
Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
Mans Rullgard 81dc6a2a3c ARM: rv34: fix asm syntax in dc transform functions 13 years ago
Martin Storsjö 6b9e4eea83 avio: Fix the value of the deprecated URL_FLAG_NONBLOCK 13 years ago
Janne Grunau 3547f8e8f8 rv34: fix and optimise frame dependency checking 13 years ago
Janne Grunau e1e369049e rv34: NEON optimised dc only inverse transform 13 years ago
Anton Khirnov 136ee32da3 avprobe: use avio_size() instead of deprecated AVFormatContext.file_size. 13 years ago