OSDN Git Service

android-x86/external-ffmpeg.git
2011-10-15 JULIAN GARDNERdvbsub: add comments
2011-10-15 JULIAN GARDNERdvbsub: add dvb_encode_rle8()
2011-10-15 JULIAN GARDNERdvbsub: Move setting of *dvb_encode_rle() up
2011-10-15 JULIAN GARDNERdvbsubdec:dvbsub_display_end_segment() move main loop...
2011-10-15 Carl Eugen... Support H264 from QNAP Systems.
2011-10-15 Michael Niedermayerh264: Workaround invalid flag combinations of 8x8 infer...
2011-10-14 Stefano Sabatiniffprobe: add AVClass to writers
2011-10-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-14 Michael Niedermayerproresdec: rename to avoid confusion
2011-10-14 Ronald S. Bultjeproresdsp: fix function prototypes.
2011-10-14 Ronald S. Bultjeprores-idct: fix overflow in c code.
2011-10-14 Janne Grunaufate: update prores-alpha ref after changing pix_fmt...
2011-10-14 Janne Grunauprores: add missing feature warning for alpha
2011-10-14 JULIAN GARDNERdvbsubdec: add version checking
2011-10-14 JULIAN GARDNERdvbsubdec: handle mode change page state
2011-10-14 JULIAN GARDNERdvbsubdec: change the top_bottom correction
2011-10-14 JULIAN GARDNERdvbsubdec: fix buf ptr in dvbsub_parse_region_segment()
2011-10-14 JULIAN GARDNERdvbsubdec: bottom_field_len fix
2011-10-14 JULIAN GARDNERdvbsubdec: fix x/y_pos checks
2011-10-14 JULIAN GARDNERdvbsubdec: outcomment debug stuff in dvbsub_parse_pixel...
2011-10-14 JULIAN GARDNERdvbsubdec: dirty handkling
2011-10-14 JULIAN GARDNERdvbsubdec: Fix variable increments & checking in dvbsub...
2011-10-14 Michael Niedermayerprores: use C idct for fate as the SSE code is not...
2011-10-14 Alex Conversemov: 10l: Terminate string with 0 not '0'
2011-10-14 Alex Conversemov: Prevent illegal writes when chapter titles are...
2011-10-14 Diego Biurrunprores: add appropriate -fix_fmt parameter to FATE...
2011-10-14 Michael Niedermayerfate: enable the prores tests
2011-10-14 John Brooksriff: always generate a proper WAVEFORMATEX structure...
2011-10-14 Dustin Brodylavc: add a flag-based error_recognition field to AVCod...
2011-10-14 Dustin Brodylavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE...
2011-10-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-14 Michael Niedermayercmdutils.h: Project name cleanup
2011-10-14 Michael Niedermayercmdutils: Fix loglevel for -debug
2011-10-14 Michael Niedermayerproresdec: set CODEC_CAP_DR1, it appears this was forgo...
2011-10-14 Michael Niedermayeropt: handle AV_OPT_TYPE_CONST too
2011-10-13 Diego Biurrunprores: add FATE tests
2011-10-13 Diego Biurrunid3v2: reduce the scope of some non-globally-used symbo...
2011-10-13 Diego Biurrunid3v2: cosmetics: move some declarations before the...
2011-10-13 Justin Rugglesshorten: remove the flush function.
2011-10-13 Justin Rugglesshn: do not allow seeking in the raw shn demuxer.
2011-10-13 Justin Rugglesavformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
2011-10-13 Justin Rugglesavformat: update AVInputFormat allowed flags
2011-10-13 Justin Rugglesavformat: don't unconditionally call ff_read_frame_flus...
2011-10-13 Justin Rugglestruespeech: use sizeof() instead of hardcoded sizes
2011-10-13 Justin Rugglestruespeech: remove unneeded variable, 'consumed'
2011-10-13 Justin Rugglestruespeech: simplify truespeech_read_frame() by using...
2011-10-13 Justin Rugglestruespeech: decode directly to output buffer instead...
2011-10-13 Justin Rugglestruespeech: check to make sure channels == 1
2011-10-13 Justin Rugglestruespeech: check for large enough output buffer rather...
2011-10-13 Justin Rugglestruespeech: remove unneeded zero-size packet check.
2011-10-13 Justin Rugglesmlpdec: return meaningful error codes instead of -1
2011-10-13 Justin Rugglesmlpdec: remove unnecessary wrapper function
2011-10-13 Justin Rugglesmlpdec: only calculate output size once
2011-10-13 Justin Rugglesmlpdec: validate that the reported channel count matche...
2011-10-13 Reimar DöffingerImprove PVA probe function.
2011-10-13 Mans Rullgardpcm: reduce pointer type casting
2011-10-13 Nicolas Georgelibmodplug: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevsrc_nullsrc: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_crop: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_settb: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_setpts: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_select: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_scale: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_pad: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_overlay: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_lut: remove mathematical constants now redundant.
2011-10-13 Nicolas Georgevf_drawtext: remove mathematical constants now redundant.
2011-10-13 Michael NiedermayerMerge remote-tracking branch 'hexene/stagefright'
2011-10-13 Nicolas Georgeeval: add mathematical constants (PI, E, PHI).
2011-10-13 Mohamed Naufalg723.1: use raw muxer
2011-10-13 Mans Rullgardmathops: remove undefined behaviour from sign_extend()
2011-10-13 Kostya Shishkovvc1: explicitly zero interlaced mode coding variables...
2011-10-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-13 John BrooksCorrect buffer handling for RTCP packets
2011-10-12 Jean Firsttiffenc: initialize forgotten avctx.
2011-10-12 Justin Rugglesavplay: free the active audio packet at exit.
2011-10-12 Justin Rugglesavplay: free rdft data used for spectrogram analysis.
2011-10-12 Jindrich Makovickalog.h: make AVClass a named struct
2011-10-12 Michael Niedermayerproresdsp: fix rounding
2011-10-12 Michael Niedermayerproresdsp: Correct credits to point to the Author and...
2011-10-12 Michael Niedermayerdct-test: Test ff_prores_idct_put_10_sse2()
2011-10-12 Michael Niedermayerdct-test: add transpose permutation support
2011-10-12 Michael Niedermayerproresdsp: Optimize series of padds out
2011-10-12 Michael Niedermayerproresdsp.asm: Remove useless instructions.
2011-10-12 Justin Rugglesfix ac3 encoder documentation
2011-10-12 Elvis Presleyprores: change license to LGPL, merge some parts.
2011-10-12 Elvis Presleyproresdsp.asm: drop useless shifts
2011-10-12 Elvis Presleyx86/proresdsp-init: add forgotten HAVE_YASM
2011-10-12 Elvis Presleyconfigure: drop GPLv2 support
2011-10-12 Kostya Shishkovvc1: more prettyprinting cosmetics
2011-10-12 Kostya Shishkovvc1: prettyprint some tables
2011-10-12 Kostya Shishkovvc1: K&R formatting cosmetics
2011-10-12 Anton KhirnovAVOptions: bump minor and add APIchanges entry.
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-12 Anton KhirnovAVOptions: add av_opt_next, deprecate av_next_option.
2011-10-12 Anton KhirnovAVOptions: add functions for evaluating option strings.
2011-10-12 Anton KhirnovAVOptions: split get_number().
2011-10-12 Anton KhirnovAVOptions: add av_opt_get*, deprecate av_get*.
next