]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-07-21 Michael Niedermayervf_overlay: prevent premature freeing of cur_buf
2012-07-21 Michael Niedermayervf_overlay: use unref_bufferP()
2012-07-21 Michael Niedermayersink_buffer: prevent prematurely freeing of cur_buf
2012-07-21 Michael Niedermayervf_thumbnail: prevent premature freeing of ref
2012-07-21 Michael Niedermayervf_colormatrix: avoid using out_buf
2012-07-21 Reimar Döffingerzerocodec: fix direct rendering.
2012-07-21 Paul B Mahollibopenjpegdec: set cp_reduce value only once
2012-07-21 Paul B Maholiff: pass context to av_log_ask_for_sample
2012-07-21 Paul B Maholiff: remove dupe ID_ANNO definition
2012-07-21 Stefano Sabatinidoc/outdevs: fix @code{} syntax in caca device docs
2012-07-21 Stefano SabatiniChangelog: add entry for the caca device
2012-07-21 Michael Niedermayeralacdec: fix packed sample output with 5.1
2012-07-21 Piotr Bandurskiriff: add G723_1 wav tag
2012-07-21 Marton Balintac3dec: set decode_error_flags field in ac3 codec
2012-07-21 Marton Balintavcodec: add decode_error_flags field to AVFrame
2012-07-21 Paul B Mahollibcaca output device
2012-07-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-20 Paul B Maholtiertexseq: remove redundant string from log message
2012-07-20 Nicolas Georgev4l2: remove call to v4l2_fd_open.
2012-07-20 Paul B Maholexr: display warning if multiple compression attributes...
2012-07-20 Paul B Maholexr: merge common code
2012-07-20 Paul B Maholexr: compression attribute is mandatory
2012-07-20 chinshoucmdutils/alloc_buffer: fix typo
2012-07-20 Joseph Artsimovichdnxhd: Fix 10-bit DNxHD quant matrices
2012-07-20 Michael Niedermayerudp: fix compilation when HAVE_PTHREAD_CANCEL isnt...
2012-07-20 Michael Niedermayeralac: drop packed sample output support with the next...
2012-07-20 Luca Barbatolibopenjpeg: introduce lowres and lowqual private options
2012-07-20 Nicolas Georgelavfi: add FF_*LINK_IDX convenience macros.
2012-07-20 Nicolas Georgelavc: set best_effort_timestamp for audio too.
2012-07-20 Nicolas Georgelavfi: make copy_buffer_ref common.
2012-07-20 Nicolas Georgelavf: make cmdutils's check_stream_specifier public.
2012-07-20 Stefano Sabatinidoc/avtools-common-opts: fix a few typos in the "Stream...
2012-07-20 Nicolas Georgefaq: explain dependency problems with static libs.
2012-07-20 Nicolas Georgematroska: add support for Opus.
2012-07-20 Nicolas Georgelavc: Opus decoder using libopus.
2012-07-20 Nicolas Georgeoggdec: add support for Opus codec.
2012-07-20 Nicolas Georgeffmpeg: probe buffersinks once more after EOF.
2012-07-20 Anton KhirnovFATE: add a test for flac cover art.
2012-07-20 Michael Niedermayeralacdec: several players have problems with planar...
2012-07-20 Michael Niedermayerffplay: fix warning that i just mistakenly introduced
2012-07-20 Michael Niedermayerffplay: fix planar audio
2012-07-20 Justin Rugglescafdec: allow larger ALAC magic cookie
2012-07-20 Justin Rugglesalac: fix channel pointer assignment for 24 and 32-bit
2012-07-19 Stefano Sabatinilavd/sdl: use verb in options help message
2012-07-19 Nicolas Georgelavf: count skipped samples for initial timestamps.
2012-07-19 Nicolas Georgelavc: update pkt_duration for skipped samples.
2012-07-19 Nicolas GeorgeRevert "ffmpeg: set pkt_timebase"
2012-07-19 Nicolas Georgelavf: set pkt_timebase at the same time as stream-...
2012-07-19 Nicolas Georgelavc: warn when impossible to adjust timestamps for...
2012-07-19 Nicolas Georgelavc: add debug info about skipped samples.
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Stefano Sabatinilavf/udp: warn in case the circular_buffer_size or...
2012-07-19 Stefano Sabatinidoc/protocols: add a note regarding the circular RX...
2012-07-19 Stefano Sabatinidoc/protocols: apply misc fixes to the UDP protocol...
2012-07-19 Stefano Sabatinidoc/protocols: extend/clarify documentation for the...
2012-07-19 Stefano Sabatinidoc/protocols: document "fifo_size" and "overrun_nonfat...
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Justin Rugglesalac: cosmetics: general pretty-printing and comment...
2012-07-19 Justin Rugglesalac: calculate buffer size outside the loop in allocat...
2012-07-19 Justin Rugglesalac: change some data types to plain int
2012-07-19 Justin Rugglesalac: cosmetics: rename some variables and function...
2012-07-19 Andrew D'Addesioalac: multi-channel decoding support
2012-07-19 Justin Rugglesalac: split element parsing into a separate function
2012-07-19 Justin Rugglesalac: support a read sample size of up to 32
2012-07-19 Justin Rugglesalac: output in planar sample format
2012-07-19 Justin Rugglesalac: add 32-bit decoding support
2012-07-19 Andrew D'Addesioalac: simplify channel interleaving
2012-07-19 Justin Rugglesalac: use AVPacket fields directly in alac_decode_frame()
2012-07-19 Justin Rugglesalac: fix check for valid max_samples_per_frame
2012-07-19 Justin Rugglesalac: use get_sbits() to read LPC coefficients instead...
2012-07-19 Justin Rugglesalac: move the current samples per frame to the ALACContext
2012-07-19 Justin Rugglesalac: avoid using a double-negative when checking if...
2012-07-19 Justin Rugglesalac: factor out output_size check in predictor_decompr...
2012-07-19 Justin Rugglesalac: factor out loading of next decoded sample in...
2012-07-19 Justin Rugglesalac: use index into buffer_out instead of incrementing...
2012-07-19 Justin Rugglesalac: simplify lpc coefficient adaptation
2012-07-19 Justin Rugglesalac: reduce the number of local variables needed in...
2012-07-19 Justin Rugglesalac: simplify 1st order prediction and reading of...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: remove unneeded conditionals in predictor_decompr...
2012-07-19 Justin Rugglesalac: use sizeof() instead of hardcoded data sizes
2012-07-19 Justin Rugglesalac: make block_size signed
2012-07-19 Justin Rugglesalac: remove a duplicate local variable
2012-07-19 Justin Rugglesalac: conditionally set sign_modifier to 1
2012-07-19 Justin Rugglesalac: eliminate 2 unneeded local variables in bastardiz...
2012-07-19 Justin Rugglesalac: adjust conditions for updating entropy decoder...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: limit the rice param before passing to decode_sca...
2012-07-19 Justin Rugglesalac: reduce the number of parameters to bastardized_ri...
2012-07-19 Justin Rugglesalac: cosmetics: rename some ALACContext parameters
2012-07-19 Justin Rugglesalac: clean up and update comments leftover from revers...
2012-07-19 Justin Rugglesavformat: move 'chan' tag parsing to mov_chan.c to...
2012-07-19 Justin Rugglescaf: use int64_t for num_packets
2012-07-19 Justin Rugglescaf: fix 'pakt' chunk parsing
2012-07-19 Justin Rugglescaf: support either old or new style ALAC magic kuki...
2012-07-19 Clément Bœschthreads: fix a potential race spotted by helgrind.
2012-07-19 Clément Bœschfate/subtitles: sort tests alphabetically.
2012-07-19 Michael Niedermayermxfdec: simplify code by using av_calloc()
2012-07-19 Michael Niedermayeravidec: Mark first frame as keyframe in case there...
2012-07-19 Michael NiedermayerFix misspellings of FFmpeg
next