]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-01-25 Michael Niedermayervp3: Copy all 3 frames for thread updates.
2012-01-25 Hendrik Leppkesindeo3: fix motion vector validation
2012-01-25 Michael Niedermayerdv: Fix null pointer dereference due to ach=0
2012-01-25 Michael Niedermayerdv: check stype
2012-01-25 Nicolas Georgelavfi: Makefile: cosmetics: align FFLIBS.
2012-01-25 Michael Niedermayerffmpeg: add image size check to codec_get_buffer()
2012-01-25 Michael Niedermayeravidec: Fix regression with chunks that are larger...
2012-01-25 Michael Niedermayerh263dec: Disallow width/height changing with frame...
2012-01-25 Michael Niedermayernsvdec: Fix use of uninitialized streams.
2012-01-25 Carl Eugen... Fix multi-channel encoding with libfaac.
2012-01-24 Michael Niedermayerbuildsystem: 10l add v4l entry back
2012-01-24 Michael Niedermayerv4l: fix compilation
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-24 Carl Eugen... Allow user to force reading mov alias from absolute...
2012-01-24 Alex Converseaacenc: Fix identification padding when the bitstream...
2012-01-24 Michael Niedermayeraacenc: Write correct length for long identification...
2012-01-24 Michael Niedermayererror concealment: initialize block index.
2012-01-24 Justin Rugglesaud: remove unneeded field, audio_stream_index from...
2012-01-24 Justin Rugglesaud: fix time stamp calculation for ADPCM IMA WS
2012-01-24 Justin Rugglesaud: simplify header parsing
2012-01-24 Justin Rugglesaud: set pts_wrap_bits to 64.
2012-01-24 Justin Rugglescosmetics: indentation
2012-01-24 Justin Rugglesaud: support Westwood SND1 audio in AUD files.
2012-01-24 Justin Rugglesadpcm_ima_ws: fix stereo decoding
2012-01-24 Justin Rugglesavcodec: add a new codec_id for CRYO APC IMA ADPCM.
2012-01-24 Justin Rugglesvqa: remove unused context fields, audio_samplerate...
2012-01-24 Justin Rugglesvqa: clean up audio header parsing
2012-01-24 Justin Rugglesvqa: set time base to frame rate as coded in the header.
2012-01-24 Justin Rugglesvqa: set packet duration.
2012-01-24 Justin Rugglesvqa: use 1/sample_rate as the audio stream time base
2012-01-24 Justin Rugglesvqa: set stream start_time to 0.
2012-01-24 Anton Khirnovlavc: postpone the removal of AVCodecContext.request_ch...
2012-01-24 Anton Khirnovlavf: postpone removing av_close_input_file().
2012-01-24 Anton Khirnovlavc: postpone removing old audio encoding and decoding API
2012-01-24 Anton Khirnovavplay: remove the -er option.
2012-01-24 Anton Khirnovlavd: remove deprecated v4l grab device.
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'tjoppen/mxf_fixes_20120124'
2012-01-24 Piotr TomasikAdded clockwise rotate values to metadata for 90 and...
2012-01-24 Paul B Mahollavf: replace remaining use of deprecated get_strz()
2012-01-24 Michael Niedermayersws: Fix RGB0->alpha containing formats.
2012-01-24 Michael Niedermayerbuildsys: Fix shared lib build of ffserver.
2012-01-24 Alexander Strasserbuild: Allow building old API/ABI libpostproc version
2012-01-24 Clément Bœschdoc: add Timecode documentation.
2012-01-24 Nicolas Georgemaintainers: add myself for recent works.
2012-01-24 Nicolas Georgefaq: fix typo.
2012-01-24 Nicolas Georgefaq: document af_aconvert quirks using lavfi.
2012-01-24 Tomas HärdinAdd myself as mxfdec maintainer
2012-01-24 Michael Niedermayerh264: Disallow w/h/pixfmt changes for frame threads.
2012-01-24 Michael Niedermayermpegvideo: Draw edges based on the pictures linesize...
2012-01-24 Michael Niedermayerffmpeg: Allocate buffers of the size needed by the...
2012-01-24 Nicolas Georgelibcelt: configure: distinguish not found and too old.
2012-01-24 Tomas Härdinmxfdec: Fix files > 2 GiB
2012-01-24 Nicolas Georgelavfi: require libswr for af_pan.
2012-01-24 Nicolas Georgelavd/lavfi: add dumpgraph option.
2012-01-24 Nicolas Georgelavfi: add avfilter_graph_dump.
2012-01-24 Tomas Härdinmxfdec: Handle small EditUnitByteCount
2012-01-24 Clément Bœschpan: drop unecessary includes.
2012-01-24 Clément Bœschpan: move query_formats() to avoid forward declarations.
2012-01-24 Clément Bœschpan: reindent after remap commit.
2012-01-24 Clément Bœschpan: add channel mapping capability.
2012-01-24 Clément Bœschpan: raise correct error when there is no param specified.
2012-01-24 Paul B MaholChangelog: restore version <next> header
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-24 Michael NiedermayerRevert "Fix multi-channel AAC encoding."
2012-01-24 Janne Grunaurv10: verify slice offsets against buffer size
2012-01-23 Michael Niedermayermovenc: Decrease default chunk merge limit to 1mb.
2012-01-23 Anton KhirnovRemove ffmpeg.
2012-01-23 Maksym Veremeyenkolimit chunk size to 1GB
2012-01-23 Nathan Caldwellaacenc: Simplify windowing
2012-01-23 Nathan Caldwellaacenc: Move saved overlap samples to the beginning...
2012-01-23 Nathan Caldwellaacenc: Deinterleave input samples before processing.
2012-01-23 Nathan Caldwellaacenc: Store channel count in AACEncContext.
2012-01-23 Nathan Caldwellaacenc: Move Q^3/4 calculation to it's own table
2012-01-23 Nathan Caldwellaacenc: Request normalized float samples instead of...
2012-01-23 Nathan Caldwellaacpsy: Replace an if with FFMAX in LAME windowing.
2012-01-23 Nathan Caldwellaacenc: cosmetics, replace 'rd' with 'bits' in codebook...
2012-01-23 Nathan Caldwellaacpsy: cosmetics, change a FIXME to a NOTE about subsh...
2012-01-23 Nathan Caldwellaacenc: cosmetics: move init() and end() to the bottom...
2012-01-23 Nathan Caldwellaacenc: aac_encode_init() cleanup
2012-01-23 Paul B Maholcafdec: fix regression introduced in c7579ad8e84c5
2012-01-23 Michael Niedermayeravidec: Fix use of stream_index before validation of...
2012-01-23 David MitchellImprove support for PGS subtitles.
2012-01-23 Michael Niedermayerpthreads: Generic progress lubrication support.
2012-01-23 Michael Niedermayerpthreads: reset got_frames on flush.
2012-01-23 Paul B MaholXWD encoder and decoder
2012-01-23 Hendrik Leppkesvc1: don't read the interpfrm and bfraction elements...
2012-01-23 Janne Grunaumxfdec: fix memleak on mxf_read_close()
2012-01-23 Paul B Maholcafdec: replace deprecated get_strz()
2012-01-23 Paul B Maholcafenc: replace deprecated av_dbl2int()
2012-01-23 Justin Ruggleswestwood: split the AUD and VQA demuxers into separate...
2012-01-23 Michael Niedermayerlibavformat/libavformat.v: fix application name in...
2012-01-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-22 Philip LangdaleCrystalHD: Back up extradata to allow decoder reinit...
2012-01-22 Philip LangdaleCrystalHD: Initialise variables to silence valgrind.
2012-01-22 Michael NiedermayerRevert "movenc: simplify handling of pcm vs. adpcm...
2012-01-22 Alexander Strasserbuild: Describe --nm and -ld options consistently
2012-01-22 Michael Niedermayerpthread: Change a signal to a broadcast as multiple...
2012-01-22 Michael Niedermayerbase64: 10l endian fix.
2012-01-22 Janne Grunauriff: fix invalid av_freep() calls on EOF in ff_read_ri...
2012-01-22 Michael Niedermayeravfilter: add some asserts() to check refcounts.
next