]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-06-04 Carl Eugen... Do not try to encode DVCPRO HD, it produces broken...
2012-06-04 Carl Eugen... Allow colour space autodetection when encoding ljpeg.
2012-06-04 Carl Eugen... Remove misplaced comment.
2012-06-04 Clément Bœschffprobe/flat: add escape for '`' and '$'.
2012-06-04 Michael Niedermayerffmpeg: disable audio volume insertion on the output...
2012-06-04 Paul B Mahollibopenjpeg: YUV410P and YUV411P support
2012-06-04 Carl Eugen... Fix compilation condition for some ProRes dsp encoder...
2012-06-04 Carl Eugen... Fix compilation condition for some ProRes dsp decoder...
2012-06-04 Carl Eugen... Fix ProRes decoder Makefile dependencies.
2012-06-04 Carl Eugen... Fix G.723.1 encoder Makefile dependencies.
2012-06-04 Clément Bœschffmpeg: add missing return carriage in error message.
2012-06-04 Clément Bœschoptions: stop after option is found.
2012-06-04 Clément Bœschtimecode: move timecode muxer options to metadata.
2012-06-04 Stefano Sabatinilavfi: use av_default_item_name() as filter private...
2012-06-03 Michael Niedermayerffv1dec: print more information for -debug 1
2012-06-03 Michael Niedermayerffv1: fix log level of FF_DEBUG_PICT_INFO
2012-06-03 Stefano Sabatiniffmpeg: be more verbose when printing an error in trans...
2012-06-03 Stefano Sabatiniffmpeg: specify more meaningful names for the lavfi...
2012-06-03 Stefano Sabatinilavfi: add avfilter_default_filter_name()
2012-06-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-03 Stefano Sabatinilavc/raw: add test utility for listing fourcc/pix_fmt map
2012-06-03 Stefano Sabatinilavfi/lut: fix component -> rgba mapping
2012-06-03 Nicolas Georgeffmpeg: use filter time base as codec time base.
2012-06-03 Nicolas Georgeffmpeg: avoid NULL dereference with filters.
2012-06-03 Michael Niedermayerlog: color prefixes according to their source.
2012-06-03 Michael Niedermayerlog: add AV_CLASS_CATEGORY_NB
2012-06-03 Michael Niedermayerlog: cleanup color arrays
2012-06-03 Michael Niedermayerset some categories of some AVClass structs
2012-06-03 Michael Niedermayermpc8: fix channel checks
2012-06-03 Michael Niedermayerav_get_audio_frame_duration: fix FPE
2012-06-03 Anton Khirnovlibrtmp: return AVERROR_UNKNOWN instead of -1.
2012-06-03 Anton Khirnovlibrtmp: don't abuse a variable for two unrelated things.
2012-06-03 Anton Khirnovlibrtmp: add rtmp_app and rtmp_playpath private options.
2012-06-03 Kostya Shishkovbmv: add stricter checks for invalid decoded length
2012-06-03 Michael Niedermayermace: check channel count, fixes FPE
2012-06-03 Michael Niedermayerh263: disable loop filter with lowres
2012-06-03 Carl Eugen... Unconditionally compile init_stream() in bintext.
2012-06-03 Anton Khirnovavpacket: fix duplicating side data.
2012-06-03 Nicolas Georgeaf_amerge: use the buferqueue API.
2012-06-03 Nicolas Georgeaf_astreamsync: set samples rate in query_formats.
2012-06-03 Michael Niedermayermpegtsenc: zero pointers after freeing
2012-06-03 Michael Niedermayermpegts_audio_write: fix potential integer overflow
2012-06-03 Luca Barbatoflv: support stream text data as onTextData
2012-06-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-03 Mans Rullgardconfigure: add --enable/disable-random option
2012-06-02 Mans Rullgardaacsbr: remove unused variables
2012-06-02 Michael Niedermayeraacsbr: optimize sine level addition
2012-06-02 Jindrich Makovickampegtsenc: Support LATM packetization for AAC
2012-06-02 Jindrich Makovickaadtsenc: Don't expose the muxer internals to the rest...
2012-06-02 Jindrich Makovickampegtsenc: use AVFormatContext for AAC packetization
2012-06-02 Jindrich Makovickampegtsenc: use AVERROR() for return codes
2012-06-02 Michael Niedermayermpc7: fix handling of last frame
2012-06-02 Michael Niedermayeroggdec: fix regression that caused reading the whole...
2012-06-02 Michael Niedermayerpng_parser: dont falsely mark frames as keyframes
2012-06-02 Michael Niedermayerlavf: use input keyframe flag when muxer does not provi...
2012-06-02 Michael Niedermayerbink: fix out of reference frame read
2012-06-02 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-06-02 Michael Niedermayerh264: log debug output for slightly truncated streams
2012-06-02 Michael Niedermayerh264: try to better handle h264 streams that are slight...
2012-06-02 Michael Niedermayerbmv: fix apparent sign error in the frame_off check
2012-06-02 Michael Niedermayerbmv: fix integer overflows in vlc decoder.
2012-06-02 Michael Niedermayerffv1: fix integer overflow in quant table initialization
2012-06-02 Michael Niedermayerffv1: fix crash caused by version becoming inconsistent
2012-06-01 Michael Niedermayerfraps: fix version 0/1 input data size check.
2012-06-01 Michael Niedermayerwmv1: check that the input buffer is large enough
2012-06-01 Clément Bœschffprobe: add flat output format.
2012-06-01 Clément Bœschffprobe/xml: use writer multiple_sections instead of...
2012-06-01 Clément Bœschffprobe: move packets_and_frames work to writer context.
2012-06-01 Carl Eugen... Let ffmpeg select the null and anull filters.
2012-06-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-01 Michael Niedermayerdct-test: give emms a memory clober.
2012-06-01 Michael Niedermayerdct-test: perform emms before gettime().
2012-06-01 Michael Niedermayerfate: enable fate-mapchan-6ch-extract-2-downmix-mono
2012-06-01 Michael Niedermayerffmpeg: move pan filter insertion up.
2012-06-01 Martin Storsjöhttp: Add the url_shutdown function for https, too
2012-06-01 Martin Storsjöhttp: Simplify code by removing a local variable
2012-06-01 Martin Storsjöhttp: Clear the old URLContext pointer when closed
2012-06-01 Michael Niedermayerrv20: fix lowres out of array read
2012-06-01 Michael Niedermayeryopdec: check frame oddness to be within supported...
2012-06-01 Michael Niedermayeryopdec: check that palette fits in the packet
2012-06-01 Michael Niedermayerhttp: use ffurl_closep()
2012-06-01 Michael Niedermayerurl: add ffurl_closep() which also sets the context...
2012-06-01 Michael Niedermayerlavf: use av_freep() in ffurl_close()
2012-06-01 Martin Storsjötcp: Check the return values from bind and accept
2012-06-01 Michael Niedermayerlog: add category to AVClass
2012-06-01 Michael Niedermayerffmpeg: fix memleak
2012-06-01 Michael Niedermayerdnxhd: replace asserts by av_asserts
2012-06-01 Michael Niedermayerfate: only check stddev for acodec-ra144
2012-06-01 Carl Eugen... Let ffmpeg select the setpts filter.
2012-06-01 Clément Bœschswr: fix a few typo.
2012-06-01 Michael Niedermayerfate: try to fix 3rd md5 implementation
2012-06-01 Michael Niedermayer8svx: fix crash
2012-05-31 Piotr Bandurskisgienc: add a limit for maximum supported resolution
2012-05-31 Martin Storsjötcp: Try enabling SO_REUSEADDR when listening
2012-05-31 Martin Storsjötcp: Check the return values from bind and accept
2012-05-31 Michael Niedermayerqdm2: fix incorrect error spam
2012-05-31 Michael Niedermayerlibmp3lame: add missing layout terminator
2012-05-31 Michael Niedermayerh264: Fail on DPC its not fully implemented
2012-05-31 Michael Niedermayerdv-demux: dont mess with codec values
2012-05-31 Clément Bœschjacosub_probe: slightly increase the score to limit...
next