]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-09-18 Bobby BinghamFix typo in targa encoder comment
2012-09-18 Bobby Binghamdoc: fix typos in filter documentation
2012-09-18 Michael Niedermayerdsputil: change assert(8) to av_assert2(8)
2012-09-18 Michael Niedermayerswscale: change assert() to av_assert()
2012-09-18 Michael Niedermayernsvdec: change 2 commented assert() to av_assert()
2012-09-17 Michael Niedermayerget_cabac_inline_x86: workaround clang bug with disable...
2012-09-17 Andrey UtkinWhen copying pkt side_data, don't forget size, type
2012-09-17 Lyubomir Marinovlibx264: feed x264_param_apply_profile from AVCodecCont...
2012-09-17 Lyubomir Marinovlibx264: connect AVCodecContext.rtp_payload_size to...
2012-09-17 Reimar DöffingerRemove code that duplicates existing code a few lines...
2012-09-17 Derek Buitenhuisdirac_arith: Fix unprotected inline asm
2012-09-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-17 Stefano Sabatinifate: add av_small_strptime() test to fate-parseutils
2012-09-17 Stefano Sabatinilavu/parseutils: fix av_small_strptime() whitespace...
2012-09-17 Janne Grunauavconv: flush filtered frames before reconfiguring...
2012-09-16 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-09-16 Marton Balintffplay: dont wait 100ms if data is not yet ready
2012-09-16 Michael Niedermayerarm/dca: Fix compilation of decode_blockcodes() with...
2012-09-16 Clément Bœschlavf/oggdec: reword stream creation error message.
2012-09-16 Clément Bœschlavf/oggdec: reindent and comment blocks.
2012-09-16 Clément Bœschlavf/oggdec: make stream replacement less convoluted.
2012-09-16 Clément Bœschlavf/oggdec: more explicit zeroing of the new ogg stream.
2012-09-16 Clément Bœschlavf/oggdec: rework allocations in ogg_new_streams().
2012-09-16 Michael Niedermayermov: stsd entries must be at least 16 byte
2012-09-16 Clément Bœschlavf/oggdec: simplify destroying streams with chained...
2012-09-16 Clément Bœschlavf/oggdec: rename str to sid.
2012-09-16 Clément Bœschlavf/oggdec: remove a comment not matching anything.
2012-09-16 Clément Bœschlavf/oggdec: inline ogg_get_headers().
2012-09-16 Carl Eugen... vda_h264.c: Change header inclusion order.
2012-09-16 Carl Eugen... Mentioning 8bps once in the FFmpeg documentation is...
2012-09-16 Michael Niedermayermov: detect EOF in mov_read_dref()
2012-09-16 Luca Barbatofile: return proper error on seek failures
2012-09-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-16 Michael Niedermayermp3enc: merge mp2/mp3_write_trailer
2012-09-16 Michael Niedermayermp3enc: move mp3_update_xing() down
2012-09-16 Michael NiedermayerMerge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
2012-09-16 Mans Rullgardmpegvideo: drop unnecessary arguments to hpel_motion()
2012-09-16 Mans Rullgardmpegvideo: drop 'inline' from some functions
2012-09-16 Anton Khirnovnellymoserdec: drop support for s16 output.
2012-09-16 Anton Khirnovbmpdec: only initialize palette for pal8.
2012-09-16 Clément Bœschlavc/ass_split: add ff_ prefix to ass_style_get().
2012-09-16 Clément Bœschlavfi/ass: mark ass_libavfilter_log_level_map as static...
2012-09-16 Clément Bœschlavf/mkv: prefix video stereo arrays with ff_.
2012-09-16 Clément Bœschlavu/error: make error_entries static const.
2012-09-15 Hendrik Leppkesaf_pan: Fix sscanf formats to work with buggy sscanf...
2012-09-15 Derek Buitenhuisbprint: Remove custom vsnprintf
2012-09-15 Ronald S. Bultjecompat/vsnprintf: return number of bytes required on...
2012-09-15 Derek Buitenhuismsvc: Add a va_copy compatability macro for msvc
2012-09-15 Derek Buitenhuismsvc: Disable stripping
2012-09-15 Mans Rullgardbuild: Properly remove object files while cleaning
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-09-15 Alexander Strasserlavf/segment: Use distinct IDs for list type ext & csv
2012-09-15 Alexander Strasserlavf/segment: Rename variable in print_csv_escaped_str()
2012-09-15 Alexander Strasserlavf/segment: Simplify CSV field quoting code
2012-09-15 Andrey Utkinudp: pick params from AVOptions also
2012-09-15 Michael Niedermayerpngdec: av_log() zlib errors
2012-09-15 Derek BuitenhuisRemove mt-work directory
2012-09-15 Ronald S. Bultjecompat/vsnprintf: return number of bytes required on...
2012-09-15 Ben Jacksonlavc/vp56: Re-indent functions affected by threading...
2012-09-15 Ben Jacksonlavc/vp6: Implement "slice" threading for VP6A decode
2012-09-15 Ben Jacksonlavc/vp56: Simplify get/release_buffer code
2012-09-15 Ben Jacksonlavc/vp56: Move golden_frame into VP56Context
2012-09-15 Ben Jacksonlavc/vp6: Refactor vp6_decode_init into vp6_decode_init...
2012-09-15 Ben Jacksonlavc/vp56: Refactor ff_vp56_init into ff_vp56_init...
2012-09-15 Luca Barbatoavformat: fix typo in avformat_close_input
2012-09-15 Anton Khirnovmp3enc: write Xing TOC
2012-09-15 Clément Bœschmp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
2012-09-15 Reimar Döffingermp3enc: downgrade some errors in writing Xing frame...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-15 Anton Khirnovlavf: cosmetics, reformat av_write_trailer().
2012-09-15 Stefano Sabatiniavio: flush the internal buffer in avio_close()
2012-09-15 Michael Niedermayerx86/v210: fix xmm clobbers
2012-09-15 Andrey UtkinDocument tcp proto 'timeout' parameter behavior
2012-09-15 Nicolas Georgeffmpeg: use PTS from the AVSubtitle structure for sub2v...
2012-09-15 Nicolas Georgeffplay: use PTS from the AVSubtitle structure.
2012-09-15 Nicolas Georgeffmpeg: use PTS from the AVSubtitle structure.
2012-09-15 Nicolas Georgelavc/pgssubdec: use the PTS from the presentation segment.
2012-09-15 Nicolas Georgelavc: set AVSubtitle.pts if possible.
2012-09-15 Nicolas Georgeffmpeg: call sub2video_update for end packets.
2012-09-15 Andrey UtkinEnhance doc on asyncts audiofilter
2012-09-15 Anton Khirnovcmdutils: avoid setting data pointers to invalid values...
2012-09-15 Mans Rullgardlibavcodec: remove av_destruct_packet_nofree()
2012-09-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-15 Michael Niedermayerbintext: mark hscroll() as unused
2012-09-15 Akihiro Tsukadaaacdec: add support for dual mono in Japanese DTV
2012-09-14 Jérémy Tranlavfi/hue: add dynamic expression evaluation support
2012-09-14 Stefano Sabatinitools: move raw-test program to tools, with the name...
2012-09-14 Derek Buitenhuisriff: Add SVQ3 fourcc
2012-09-14 Derek Buitenhuisriff: Add SVQ3 fourcc
2012-09-14 Michael Niedermayerlavf/compute_pkt_fields: only run pts by duration corre...
2012-09-14 Mans Rullgardfate: ac3: add 4.0 and downmix tests
2012-09-14 Mans Rullgardconfigure: x86: improve ebp availability check
2012-09-14 Luca Barbatovorbisdec: ensure FASTDIV denominator is never 1
2012-09-14 Luca Barbatoavformat: refactor avformat_close_input
2012-09-14 Luca Barbatoavformat: simplify avformat_close_input
2012-09-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-14 Stefano Sabatinitools/graphdot: unbreak syntax
2012-09-14 Stefano Sabatinilavfi/avcodec: apply cosmetics style fixes
2012-09-14 Stefano Sabatiniffprobe: kill initializers with nested union field...
2012-09-14 Stefano Sabatiniffprobe: avoid potentially lossy long long int -> doubl...
next