summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini2011-05-11
* Remove unused softfloat implementation.Diego Biurrun2011-05-11
* h264pred: fix aliasing violations.Ronald S. Bultje2011-05-11
* rotozoom: Eliminate French variable name.Diego Biurrun2011-05-11
* rotozoom: Check return value of fread().Diego Biurrun2011-05-11
* rotozoom: Return an error value instead of calling exit().Diego Biurrun2011-05-11
* rotozoom: Make init_demo() return int and check for errors on invocation.Diego Biurrun2011-05-11
* rotozoom: Drop silly UINT8 typedef.Diego Biurrun2011-05-11
* rotozoom: Drop some unnecessary parentheses.Diego Biurrun2011-05-11
* rotozoom: K&R coding style cosmeticsDiego Biurrun2011-05-11
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-11
* ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-11
* ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-11
* ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-11
* ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-11
* ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini2011-05-11
* ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-11