summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Changelog: add ffprobe flat output.Clément Bœsch2012-06-04
* lavfi/select: add scene detection.Clément Bœsch2012-06-04
* Do not try to encode DVCPRO HD, it produces broken files.Carl Eugen Hoyos2012-06-04
* Allow colour space autodetection when encoding ljpeg.Carl Eugen Hoyos2012-06-04
* Remove misplaced comment.Carl Eugen Hoyos2012-06-04
* ffprobe/flat: add escape for '`' and '$'.Clément Bœsch2012-06-04
* ffmpeg: disable audio volume insertion on the output side.Michael Niedermayer2012-06-04
* libopenjpeg: YUV410P and YUV411P supportPaul B Mahol2012-06-04
* Fix compilation condition for some ProRes dsp encoder functions.Carl Eugen Hoyos2012-06-04
* Fix compilation condition for some ProRes dsp decoder functions.Carl Eugen Hoyos2012-06-04
* Fix ProRes decoder Makefile dependencies.Carl Eugen Hoyos2012-06-04
* Fix G.723.1 encoder Makefile dependencies.Carl Eugen Hoyos2012-06-04
* ffmpeg: add missing return carriage in error message.Clément Bœsch2012-06-04
* options: stop after option is found.Clément Bœsch2012-06-04
* timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-04
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* ffv1dec: print more information for -debug 1Michael Niedermayer2012-06-04
* ffv1: fix log level of FF_DEBUG_PICT_INFOMichael Niedermayer2012-06-04
* ffmpeg: be more verbose when printing an error in transcode()Stefano Sabatini2012-06-04
* ffmpeg: specify more meaningful names for the lavfi buffer sourcesStefano Sabatini2012-06-04
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\
| * librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-03
| * librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-03
| * librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-03
| * bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-03
| * avpacket: fix duplicating side data.Anton Khirnov2012-06-03
| * flv: support stream text data as onTextDataLuca Barbato2012-06-03
* | lavc/raw: add test utility for listing fourcc/pix_fmt mapStefano Sabatini2012-06-04
* | lavfi/lut: fix component -> rgba mappingStefano Sabatini2012-06-04
* | ffmpeg: use filter time base as codec time base.Nicolas George2012-06-03
* | ffmpeg: avoid NULL dereference with filters.Nicolas George2012-06-03
* | log: color prefixes according to their source.Michael Niedermayer2012-06-03
* | log: add AV_CLASS_CATEGORY_NBMichael Niedermayer2012-06-03
* | log: cleanup color arraysMichael Niedermayer2012-06-03
* | set some categories of some AVClass structsMichael Niedermayer2012-06-03
* | mpc8: fix channel checksMichael Niedermayer2012-06-03
* | av_get_audio_frame_duration: fix FPEMichael Niedermayer2012-06-03
* | mace: check channel count, fixes FPEMichael Niedermayer2012-06-03
* | h263: disable loop filter with lowresMichael Niedermayer2012-06-03
* | Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos2012-06-03
* | af_amerge: use the buferqueue API.Nicolas George2012-06-03
* | af_astreamsync: set samples rate in query_formats.Nicolas George2012-06-03
* | mpegtsenc: zero pointers after freeingMichael Niedermayer2012-06-03
* | mpegts_audio_write: fix potential integer overflowMichael Niedermayer2012-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-03
|\|
| * mpegtsenc: Support LATM packetization for AACJindrich Makovicka2012-06-03
| * adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka2012-06-03
| * mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka2012-06-03
| * mpegtsenc: use AVERROR() for return codesJindrich Makovicka2012-06-03