]> git.sesse.net Git - ffmpeg/history - libavcodec
dirac_arith: Fix unprotected inline asm
[ffmpeg] / libavcodec /
2012-09-17 Derek Buitenhuisdirac_arith: Fix unprotected inline asm
2012-09-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-16 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-09-16 Michael Niedermayerarm/dca: Fix compilation of decode_blockcodes() with...
2012-09-16 Carl Eugen Hoyosvda_h264.c: Change header inclusion order.
2012-09-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-09-15 Michael Niedermayerpngdec: av_log() zlib errors
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 Michael Niedermayerx86/v210: fix xmm clobbers
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 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 Stefano Sabatinitools: move raw-test program to tools, with the name...
2012-09-14 Luca Barbatovorbisdec: ensure FASTDIV denominator is never 1
2012-09-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-14 Ben Jacksonpthread: Avoid crashes/odd behavior caused by spurious...
2012-09-14 Michael Niedermayermpegaudio_parser: reset state to prevent it to be random
2012-09-14 Michael Niedermayeraacpsy: psy_3gpp_analyze_channel() handle energy == 0
2012-09-14 Michael Niedermayeraacpsy: calc_reduction_3gpp() handle active_lines = 0
2012-09-13 Diego Biurrunx86: dsputil: Move Xvid IDCT put/add functions to a...
2012-09-13 Michael Niedermayermpegaudioenc: replace pow(2,.. by exp2(
2012-09-13 Diego Biurrunx86: Remove some leftover declarations for non-existent...
2012-09-13 Derek BuitenhuisRevert "lavc/libx264: remap X264_LOG_INFO loglevel...
2012-09-13 Michael Niedermayermpegvideo: skip ff_print_debug_info() for VDPAU
2012-09-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-13 Michael NiedermayerMerge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'
2012-09-13 Martin Storsjöx86: ac3dsp: Only refer to the ac3_downmix_sse symbol...
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-12 Tim Walkermlp_parser: avoid mapping multiple disctinct TrueHD...
2012-09-12 Michael Niedermayervc1dec: export adv profile color format indication
2012-09-12 Carl Eugen HoyosSupport decoding of monochrome tiff images without...
2012-09-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-11 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-09-11 Derek Buitenhuisdiracdsp: Fix unprotected inline asm
2012-09-11 Michael Niedermayerratecontrol: change a commented printf to av_log
2012-09-11 Michael Niedermayerratecontrol: fix get_fps() argument
2012-09-11 Michael Niedermayerratecontrol: Dynamically choose a default for rc_max_av...
2012-09-11 Michael Niedermayerratecontrol: correct predictor in case of stuffing
2012-09-11 Diego Biurrunutvideoenc: Add missing AV_ prefix to codec ID
2012-09-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-11 Diego Biurrunx86: dsputil: Move specific optimization settings out...
2012-09-11 Michael Niedermayercavsdec/decode_mb_b: fix return type
2012-09-11 Michael Niedermayeraacdec/lcg_random: fix harmless integer overflow
2012-09-11 Michael Niedermayercavsdec: Fix assertion failure.
2012-09-10 Stefano Sabatinilavc/h263dec: return or propagate proper error codes
2012-09-10 Stefano Sabatinilavc/flvdec: return meaningful error codes
2012-09-10 Michael Niedermayermpegaudiodec: replace pow(2.0,...) by exp2()
2012-09-10 Michael Niedermayeratrac3: replace powf(2,...) by exp2f()
2012-09-10 Michael Niedermayerra144enc: avoid integer overflows.
2012-09-10 Sébastien Brochetadd OTF support for attachments
2012-09-10 Ben Jacksonlavc/pngenc: Enable frame threading for PNG encodes
2012-09-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-10 Diego Biurrunx86: dsputil: Only compile motion_est code when encoder...
2012-09-09 Reinhard Nisslaacdec.c: fix some comments
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-09 Michael Niedermayerx86/mpegaudiodec: fix compilation failure on cygwin...
2012-09-09 Derek Buitenhuisdsputil_template: Reindent after recent change
2012-09-09 Michael Niedermayerx86/h264dsp_init: put a HAVE_YASM back
2012-09-09 Michael Niedermayertiff/doubles2str: check for truncation
2012-09-09 Michael Niedermayertiff/doubles2str: factor out component_len
2012-09-09 Michael Niedermayersrtdec: fix unsafe snprintf() return usage
2012-09-09 Michael Niedermayerass: assert that the timsstamps fitted in the buffers
2012-09-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-09 Michael Niedermayeraacpsy: use exp2(f) instead of pow(f)(2,...)
2012-09-09 Michael Niedermayerimc: use exp2 instead of pow(2,...)
2012-09-09 Derek Buitenhuisdsputil/me/pixels: Actually use av_restrict
2012-09-09 Michael Niedermayermpeg4videodec: Fix "warning: dc_pred_dir may be used...
2012-09-08 Michael Niedermayerdct-test: fix order of evaluation bug
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-08 Hendrik Leppkesx86: mlpdsp: mlp_filter_channel_x86 requires inline asm
2012-09-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-08 Daniel Verkampflashsv2enc: only encode diff blocks when needed
2012-09-07 Michael Niedermayerflashsv2enc: remove experimental flag, the encoder...
2012-09-07 Michael Niedermayerflashsv2enc: move blockbuffer realloc to reconfigure_at...
2012-09-07 Michael Niedermayerflashv2enc: reallocate not only on block count changes...
2012-09-07 Derek Buitenhuisflashsv2enc: Replace a VLA with a heap alloc
2012-09-07 Michael Niedermayerflashsv2enc: fix prev-Z-prime encoding
2012-09-07 Michael Niedermayerproresdec2: avoid VLA and use SliceContext instead.
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-09-07 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffix from dsputil...
2012-09-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-09-07 Mans Rullgardx86: allow using add_hfyu_median_prediction_cmov on...
next