]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-07-27 Matthieu Bouronavutil: support 50 and 60 frame rates in timecode api
2012-07-27 Marton Balintmxfdec: fix off by one error in d10 aes3 decoding
2012-07-27 jamalaviobuf: Fix warning about discarded qualifier
2012-07-27 Michael Niedermayerzmbv: Fix warning about discarded qualifier
2012-07-27 jamalffv1: Fix warnings about incompatible pointer type...
2012-07-27 Kostya Shishkovtscc2: fix typo in array index
2012-07-26 Mans Rullgardbuild: use COMPILE template for HOSTOBJS
2012-07-26 Mans Rullgardbuild: do full flag handling for all compiler-type...
2012-07-26 Ronald S. Bultjeeval: fix printing of NaN in eval fate test.
2012-07-26 Diego Biurrunbuild: Rename aandct component to more descriptive...
2012-07-26 Michael Niedermayerfate: change fate-suite rsync server.
2012-07-26 Ronald S. Bultjempegaudio: bury inline asm under HAVE_INLINE_ASM.
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-26 Clément BœschSubViewer demuxer and decoder.
2012-07-26 Clément Bœschlavc/rt: small wording fix in a comment.
2012-07-26 Samuel Pitoisetrtmp: Check the buffer length of ping packets
2012-07-26 Samuel Pitoisetrtmp: Allow having more unknown data at the end of...
2012-07-26 Samuel Pitoisetrtmp: Prevent reading outside of an allocate buffer...
2012-07-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-26 Michael NiedermayerChangelog: put entries lost in 2cb4d516549526b5e17e941f...
2012-07-26 Michael Niedermayerffmpeg: doxyfy some comments and mention the timebase...
2012-07-26 Michael Niedermayerffmpeg: move decoded_frame->pts computation together
2012-07-26 Michael Niedermayerffmpeg: Fix rounding errors in decoded_frame->pts compu...
2012-07-26 Michael Niedermayerffmpeg: fix assumed decoded_frame->pts timebase
2012-07-26 Michael Niedermayerffmpeg: reset decoded_frame->pts after rescaling.
2012-07-26 Michael Niedermayermpc8: Initialize AVFrame properly
2012-07-26 Michael Niedermayermpc7: Initialize AVFrame properly
2012-07-26 Michael Niedermayerffmpeg: fix units of next_?ts in debug printing routine.
2012-07-26 Michael Niedermayerh264_cabac: switch to av_assert
2012-07-26 Michael Niedermayerh264_cabac: switch to av_assert
2012-07-26 Michael Bradshawlibopenjpeg: support YUV and deep RGB pixel formats
2012-07-26 Carl Eugen... Fix typo in v410 decoder.
2012-07-26 William Yulavfi/af_amerge: avfilter_copy_buffer_ref_props will...
2012-07-26 Michael Niedermayeromadec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerloasdec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayeraacdec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerhls: replace probsize=0 by noheader flag removial.
2012-07-26 Michael Niedermayerff_add_index_entry: reject AV_NOPTS_VALUE
2012-07-26 Michael Niedermayerlavf: move generic index generation code to a later...
2012-07-26 Michael Niedermayerparse_packet: use pkt.pos always instead of the avparse...
2012-07-26 Michael Niedermayerwav: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerflacdec: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayermp3dec: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-25 Piotr Bandurskimovenc: fix remuxing of yuv2
2012-07-25 Michael Niedermayerprobe_codec: fix memory corruption
2012-07-25 Nicolas Georgeffmpeg: warn about new streams after startup.
2012-07-25 Nicolas Georgefaq: explain about new streams, probesize and analyzedu...
2012-07-25 Anton Khirnovvf_yadif: unset cur_buf on the input link.
2012-07-25 Anton Khirnovvf_overlay: ensure the overlay frame does not get leaked.
2012-07-25 Michael Niedermayervf_overlay: prevent premature freeing of cur_buf
2012-07-25 Antti SeppäläSupport urlencoded http authentication credentials
2012-07-25 Samuel Pitoisetrtmp: Return an error when the client bandwidth is...
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error codes in handle_chunk_size
2012-07-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-25 Justin Ruggleslavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp...
2012-07-25 Michael Niedermayerlibvpxenc: switch to av_assert
2012-07-25 Michael Niedermayerintrax8: asserts cleanup
2012-07-25 Ronald S. Bultjevp8: Replace x*155/100 by x*101581>>16.
2012-07-25 Ronald S. Bultjevp3: don't use calls to inline asm in yasm code.
2012-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2012-07-25 Yang Wangdsputil_mmx: fix incorrect assembly code
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_chunk_size
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_ping
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Add a new option 'rtmp_pageurl'
2012-07-25 Samuel Pitoisetdoc: Update the description of the rtmp_tcurl option
2012-07-25 Samuel Pitoisetrtmp: Make the description of the rtmp_tcurl option...
2012-07-25 Kieran Kunhyalibfdk-aacenc: add LATM/LOAS encapsulation support
2012-07-25 Jordi Ortizsctp: add port missing error message
2012-07-25 Jordi Ortiztcp: add port missing error message
2012-07-25 Michael Niedermayerhls: call avformat_find_stream_info()
2012-07-25 Michael Niedermayerav_find_stream_info: skip flushing codecs and estimatin...
2012-07-25 Michael Niedermayerfate: update avui test due to
2012-07-25 Stefano Sabatiniffprobe: use av_guess_sample_aspect_ratio() for guessin...
2012-07-25 Stefano Sabatinilavf/avformat.h: fix verb person for av_guess_sample_as...
2012-07-25 Stefano Sabatinilavfi/avfilter.h: add doxy for AVFilterLink.out_buf
2012-07-25 Stefano Sabatinilavfi/avfilter.h: add doxy for AVFilterLink.cur_buf
2012-07-25 Carl Eugen... Fix avui stream-copy.
2012-07-25 Diego Biurrunavfilter: Fix printf format string conversion specifier
2012-07-24 Michael Niedermayerlavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RA...
2012-07-24 Michael Niedermayerimgconvert: Implement avcodec_find_best_pix_fmt_of_list()
2012-07-24 Piotr Bandurskiriff: make the G723.1 in wav output compatible with...
2012-07-24 Michael Niedermayerlavf: factor AVStream st out
2012-07-24 Michael Niedermayerparse_packet: reset pkt->pos after it has been used
2012-07-24 Michael Bradshawlibopenjpegenc: set numresolution max to INT_MAX
2012-07-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-24 Nicolas Georgeffmpeg: keep packet/frame availability in global struct...
2012-07-24 Piotr Bandurskiriff: fix remuxing of G723_1 in wav
2012-07-24 Martin Storsjörtmp: Add credit/copyright to librtmp authors for parts...
2012-07-24 Michael NiedermayerRevert "lavf: count skipped samples for initial timesta...
2012-07-24 Samuel Pitoisetrtmp: Move the CONFIG_ condition into the if conditions
2012-07-24 Michael Niedermayeriffdec: Fix integer overflow.
2012-07-24 Michael Niedermayervc1dec: dont apply the loop filter on fields
2012-07-24 Michael Niedermayervc1dec: dont attempt error concealment on field pictures.
2012-07-24 Michael Niedermayerec: print picture type with concealment error message.
next