summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* arm: properly mark external symbol callMartin Aumüller2011-05-14
* swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-13
* swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-13
* Add av_clip_uintp2() functionMans Rullgard2011-05-13
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-13
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
* ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini2011-05-13
* ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov2011-05-13
* rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-13
* ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles2011-05-12
* ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles2011-05-12
* mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer2011-05-12
* srtdec: make sure we don't write past the end of bufferAurelien Jacobs2011-05-12
* wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin2011-05-12
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-12
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-12
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-12
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-12
* ffmpeg: factorize quality calculationMichael Niedermayer2011-05-12
* tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini2011-05-12
* tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini2011-05-12
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-12
* configure: Enable libpostproc automatically if GPL code is enabled.Måns Rullgård2011-05-12
* Cosmetics: fix prototypes in oggdecClément Bœsch2011-05-12
* oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-12
* matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-12
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-12
* movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-12
* movenc: fix adpcm mono muxing.Alex Converse2011-05-12
* mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-12
* ffprobe: tweak error message in open_input_file()Stefano Sabatini2011-05-12
* patcheck: warn about assert usagePeter Ross2011-05-12
* configure: sort filter deps entriesStefano Sabatini2011-05-12
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
* jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-12
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-12
* oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-12
* oggdec: simplify ogg_probeClément Bœsch2011-05-12
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-11
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-11
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-11
* doc/APIchanges: fill in missing hashes and dates.Anton Khirnov2011-05-11
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-11
* lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-11
* aac: workaround for compilation on cygwinReinhard Tartler2011-05-11
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-11