]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-03-20 Justin Ruggleslibfaac: use AVCodec.encode2()
2012-03-20 Justin Rugglesg726enc: use AVCodec.encode2()
2012-03-20 Justin Rugglesg722enc: use AVCodec.encode2()
2012-03-20 Justin Rugglesflacenc: use AVCodec.encode2()
2012-03-20 Justin Rugglesadpcmenc: update to AVCodec.encode2()
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2012-03-20 Justin Rugglesaacenc: use AVCodec.encode2()
2012-03-20 Justin Rugglesavcodec: add code for a frame queue for use by audio...
2012-03-20 Justin Rugglesavconv: free packet in write_frame() when discarding...
2012-03-20 Justin RugglesFATE: use +/- flag option syntax for vp8 emu-edge tests
2012-03-20 Anton Khirnovlavf: make av_interleave_packet_per_dts() private.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-03-20 Justin Rugglesoggdec: output correct timestamps for Vorbis
2012-03-20 Justin Rugglesavconv: pass input stream timestamps to audio encoders
2012-03-20 Justin Ruggleslavc: shrink encoded audio packet size after encoding.
2012-03-20 Justin Rugglesxa: set correct bit rate
2012-03-20 Justin Rugglesxa: do not set bit_rate, block_align, or bits_per_coded...
2012-03-20 Justin Rugglesxa: fix end-of-file handling
2012-03-20 Justin Rugglesxa: fix timestamp calculation
2012-03-20 Kostya Shishkovbink: fix typo in FFALIGN() argument
2012-03-20 Kostya Shishkovbink: align plane width to 8 when calculating bundle...
2012-03-20 Mans Rullgarddoc: pass -Idoc texi2html and texi2pod
2012-03-20 Mans Rullgarddoc: texi2pod: add -I flag
2012-03-20 Martin Storsjömovenc: Add a min_frag_duration option
2012-03-20 Martin Storsjörtsp: Set the default delay to 0.1 s for the RTSP/SDP...
2012-03-20 Martin Storsjölibavformat: Set the default for the max_delay option...
2012-03-20 Anton KhirnovGenerate manpages for AV{Format,Codec}Context AVOptions.
2012-03-20 Anton Khirnovdoc/avconv: remove entries for AVOptions.
2012-03-20 Anton KhirnovMove AVFormatContext/AVCodecContext option tables to...
2012-03-20 Anton Khirnovlavf: use AVStream.discard to disable queueing attached...
2012-03-20 Anton Khirnovlavf: requeue attached pictures after seeking.
2012-03-20 Anton Khirnovid3v2: set the keyframe flag on attached pictures.
2012-03-19 Paul B MaholFATE: change fate-maxis-xa to a normal demuxing test
2012-03-19 Paul B MaholFATE: add test for adpcm-ea-maxis-xa
2012-03-19 Aaron Colwellvp8: avoid race condition on segment map.
2012-03-19 Kostya Shishkovfix space type in Changelog
2012-03-19 Derek BuitenhuisZeroCodec Decoder
2012-03-19 Kostya ShishkovRealAudio Lossless decoder
2012-03-19 Martin Storsjörtpenc: Use AVFormatContext.packet_size instead of...
2012-03-19 Nicolas Georgeurl: Document the expected behaviour of url_read
2012-03-19 Martin Storsjölibavformat: Use AVFormatContext.probesize in init_input
2012-03-19 Martin Storsjödocs: Fix a stray reference to tags in the generic...
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
2012-03-19 Kostya Shishkovzmbv: check decompress result
2012-03-19 Kostya Shishkovzmbv: correct indentation
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_thp to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_yamaha to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_swf to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_sbpro to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ct to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_amv/smjpeg to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea_xas to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea_r1/2/3 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert ea_maxis_xa to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm convert adpcm_ima_ea_sead to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_ea_eacs to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_xa to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert ima_ws to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_apc to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_iss to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_dk3 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_dk4 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ms to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: use av_clip() in adpcm_ima_expand_nibble().
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_4xm to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_wav to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_qt to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: fix nb_samples rounding for adpcm_ima_dk3, and...
2012-03-18 Michael Niedermayeroma: Fix out of array read.
2012-03-18 Mans Rullgardfate: make compare() function compatible with POSIX bc
2012-03-18 Diego BiurrunUpdate Janne's email address.
2012-03-18 Diego BiurrunAPIchanges: Replace Subversion revision numbers by...
2012-03-18 Diego Biurrunbytestream: Eliminate one level of pointless macro...
2012-03-18 Ronald S. Bultjexwd: convert to bytestream2.
2012-03-18 Paul B Maholvqavideo: port to bytestream2 API
2012-03-18 Reinhard TartlerRead preset files with suffix .avpreset
2012-03-18 Kostya Shishkovprores: allow user to set fixed quantiser
2012-03-17 Anton Khirnovlavf: remove some disabled code.
2012-03-17 Anton Khirnovlavf: only set average frame rate for video.
2012-03-17 Anton Khirnovlavf: remove a pointless check.
2012-03-17 Paul B Maholavcodec: add XBM encoder
2012-03-17 Justin Rugglesresample: allocate a large enough output buffer
2012-03-17 Mans Rullgardfate: fix enc_dec_pcm tests with remote target
2012-03-17 Justin Ruggleswmaenc: remove bit-exact hack
2012-03-17 Justin RugglesFATE: remove WMA acodec tests
2012-03-17 Justin RugglesFATE: add WMAv1 and WMAv2 encode/decode tests with...
2012-03-17 Justin RugglesFATE: add AC-3 and E-AC-3 encode/decode tests with...
2012-03-17 Aneesh Dograqtrle: Use bytestream2 functions to prevent buffer...
2012-03-16 Paul B Maholvqavideo: check malloc return values
2012-03-16 Antonio Ospitex11grab: fix a memory leak exposed by valgrind
2012-03-16 Uoti Urpalathreads: fix old frames returned after avcodec_flush_bu...
2012-03-16 Janne GrunauMPV: always mark dummy frames as reference
2012-03-16 Ronald S. Bultjeh264: fix deadlocks on incomplete reference frame decoding.
2012-03-16 Ronald S. Bultjempeg4: report frame decoding completion at ff_MPV_frame...
2012-03-16 Ronald S. Bultjemimic: don't use self as reference, and report completi...
2012-03-16 Diego Biurrunh264: K&R formatting cosmetics
2012-03-16 Diego Biurruns3tc.h: Add missing #include to fix standalone header...
2012-03-15 Justin RugglesFATE: add capability for audio encode/decode tests...
2012-03-15 Justin RugglesFATE: allow a tolerance in the size comparison in do_ti...
next