source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f1543d4   11 years michaelni Merge commit 'b396bbad100a7493691d09b8dceba91e3cd28e2e' * commit …
(edit) @c7168d1a   11 years michaelni Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71' * commit …
(edit) @70f7006e   11 years michaelni avformat/mov: Pass through iTunSMPB from MOV. Allows demuxing of …
(edit) @42f3bc40   11 years michaelni avformat/adtsenc: Optionally enable ID3 in ADTS. Signed-off-by: …
(edit) @c75c594e   11 years michaelni Merge commit '4d2d0595cf9dd199c35aefef450952d209a56573' * commit …
(edit) @16c66f31   11 years michaelni Merge commit '2ce53880bfeb431decdd2fc82298c0aff823ab47' * commit …
(edit) @b396bbad   11 years lu_zero configure: Do not add extralibs to avresample .pc file The library …
(edit) @9a436ae   11 years michaelni Merge commit '16b7328058fa600d5158c84d9cc621a134eb88bc' * commit …
(edit) @fc27e727   11 years anton mpegts: do not export empty language tags Signed-off-by: Anton …
(edit) @79df91bf   11 years michaelni Merge commit 'bd499d9af668aef979ec9f3f3215b8dd508c7ec1' * commit …
(edit) @94c4ad27   11 years michaelni doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage …
(edit) @4d2d059   11 years diego fate: Split audio- and video-related RealMedia targets Signed-off-by: …
(edit) @265dadbe   11 years michaelni avutil/opt: Support general expressions involving AVOption constants …
(edit) @88efc013   11 years michaelni avutil: move QP2LAMBDA constant to eval Signed-off-by: Michael …
(edit) @2c5c7f10   11 years michaelni avutil/opt: remove dead code from set_string_number() Signed-off-by: …
(edit) @4927c0a9   11 years michaelni avutil/opt.c: fix bug when parsing option fix these strange behavior: …
(edit) @2ce5388   11 years diego build: Conditionally compile all avcodec test programs
(edit) @16b73280   11 years diego build: Conditionally build and run DCT test program
(edit) @bd499d9a   11 years diego build: Conditionally build and test iirfilter
(edit) @40541716   11 years michaelni avcodec/dct-test: remove fixed array sizes They are unneeded and make …
(edit) @c05dbb87   11 years michaelni Merge commit 'c3ec963d0d0fac2d817f7fbce2e89ed46eeba550' * commit …
(edit) @d986c414   11 years michaelni Merge commit '81b9bf319226fe03436c80aaa8a2c91767cab7ce' * commit …
(edit) @5b998dae   11 years michaelni Merge commit 'a9f3f5fadb57bae3f3ff0be69e56b2c6014f2513' * commit …
(edit) @c3ec963d   11 years diego mjpeg: return proper error code Signed-off-by: Diego Biurrun …
(edit) @81b9bf31   11 years diego dct-test: Move arch-specific bits into arch-specific subdirectories
(edit) @a9f3f5fa   11 years janne-libav Revert "tiff: support reading gray+alpha at 8 bits" This reverts …
(edit) @ce385c8   11 years michaelni avfilter/biquads: avoid clipping when using floating type …
(edit) @71e515c1   11 years michaelni avformat/sapenc: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @437da3e   11 years michaelni avfilter/vf_owdenoise: use av_malloc_array() Signed-off-by: Michael …
(edit) @ec59f027   11 years michaelni Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074' * commit …
(edit) @dc021a02   11 years michaelni Merge commit 'c39059bea3adebcd888571d1181db215eee54495' * commit …
(edit) @08b597b1   11 years michaelni Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00' * commit …
(edit) @110420aa   11 years michaelni Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755' * commit …
(edit) @819bb3e8   11 years vittorio.giovara fate: add h264-direct-bff test
(edit) @c39059be   11 years vittorio.giovara h264: Fix direct temporal mvs for bottom-field-first poc order Such …
(edit) @b31d76e   11 years vittorio.giovara tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio …
(edit) @e59ce544   11 years michaelni doc: fix two spelling errors Signed-off-by: Michael Niedermayer …
(edit) @4de8b606   11 years diego idct: Move arm-specific declarations to a header in the arm directory
(edit) @9a8a18a   11 years michaelni doc/issue_tracker: Correct sub-domain for mailing list Signed-off-by: …
(edit) @02e3e3ea   11 years michaelni Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58' * commit …
(edit) @e2842cf   11 years michaelni MAINTAINERS: Add db0 for the website Signed-off-by: Michael …
(edit) @9f99a5f1   11 years diego mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
(edit) @73b7a360   11 years michaelni matroskaenc: Don't set language to empty string, use "und" …
(edit) @729479a1   11 years michaelni fate/hevc: update fate rext tests cherry picked from commit …
(edit) @950a4f83   11 years michaelni hevc: fix offset for sao temporary frame fixes fate on alpha cherry …
(edit) @28f31e78   11 years u doc: restore default.css This partially reverts …
(edit) @9ce64ba1   11 years u doc: update the documentation generator to match the new website …
(edit) @b53bdae1   11 years michaelni swscale/utils: fix rgb -> fullrange yuv Fixes part of Ticket3785 …
(edit) @d84abf35   11 years michaelni swscale/utils: remove unused define Signed-off-by: Michael …
(edit) @cb169126   11 years michaelni avformat/dvenc: Implement 32khz & 44.1khz for 25/50fps 30000/1001 fps …
(edit) @a7bb22c5   11 years michaelni avformat/seek: use av_malloc_array() Signed-off-by: Michael …
(edit) @d9ddbaa9   11 years michaelni avfilter/avfilter: use av_malloc(z)_array() Signed-off-by: Michael …
(edit) @d13a731f   11 years michaelni avcodec/hevc_ps: Check abs_delta_rps Fixes integer overflow …
(edit) @ba80b8d2   11 years michaelni avcodec/hevc: check nb_cpb Signed-off-by: Michael Niedermayer …
(edit) @7a4a5515   11 years michaelni hevc: use intreadwrite When dealing with MVs, both components may be …
(edit) @8da1defe   11 years michaelni libavutil: document side effects of macros Signed-off-by: Michael …
(edit) @5e55c7e1   11 years michaelni hevc: report more precise progress There's a lag of one CTB line for …
(edit) @7bdbd265   11 years michaelni Merge commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9' * commit …
(edit) @77664736   11 years michaelni Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0' * commit …
(edit) @6da96a9f   11 years michaelni Merge commit '85cabb8d002f2cd100ced5cc17d87bfc9460d314' * commit …
(edit) @80acedae   11 years michaelni Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e' * commit …
(edit) @54cba3f5   11 years michaelni swscale/x86/hscale_fast_bilinear_simd: add inline asm guards Should …
(edit) @1a583c0c   11 years diego fdct: Move ppc-specific declarations to a header in the ppc directory
(edit) @5dcc2015   11 years diego simple_idct: Move x86-specific declarations to a header in the x86 …
(edit) @85cabb8d   11 years diego fdct: Move x86-specific declarations to a header in the x86 directory
(edit) @d5ee3580   11 years michaelni sws: move inline asm hscale to MMX_OBJS Found-by: jamrial …
(edit) @6532a1a8   11 years michaelni sws/x86: split mmxext fast bilinear scaler out Signed-off-by: Michael …
(edit) @e9f7c7ae   11 years michaelni sws: Move fast bilinear C code into seperate file Signed-off-by: …
(edit) @76899be1   11 years michaelni swscale/swscale_internal: add needed version.h Signed-off-by: Michael …
(edit) @a86d527   11 years michaelni Merge commit 'e0a2e60c0a6cbcceef08e94af5081d2aa8e6a52f' * commit …
(edit) @69c7aad4   11 years michaelni oss_audio: use a macro to simplify ioctl() error checking Also add a …
(edit) @e1e3ec9b   11 years michaelni hevc: fix transquant_bypass cherry picked from commit …
(edit) @d6e1d371   11 years diego oss_audio: Split muxer and demuxer Signed-off-by: Diego Biurrun …
(edit) @fdb20db6   11 years michaelni hevc/rext: put a warning log message instead of an error log message …
(edit) @ee88a208   11 years Carl Eugen Hoyos Parse dri when receiving jpg via rtp. Based on a patch by contact at …
(edit) @0e70266b   11 years Carl Eugen Hoyos Write valid free atom when -moov_size is specified. Fixes ticket #3769.
(edit) @ffa0b510   11 years michaelni avcodec/hevc: fix pict_type Signed-off-by: Michael Niedermayer …
(edit) @d249e68   11 years michaelni hevc/sao: optimze sao implementation - adding one extra pixel all …
(edit) @2897447d   11 years michaelni Merge commit '913fa85a2c1fcd71802f7decdef5f355e0d9c757' * commit …
(edit) @097bf834   11 years michaelni Merge commit '9e0b29911f1f167381a7dbdfca68bf417b8c767b' * commit …
(edit) @4b0fa45b   11 years michaelni Merge commit 'b4edbe9a0eb48423fbf249b0ca7fb62838bdb7f5' * commit …
(edit) @521f5697   11 years michaelni Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273' * commit …
(edit) @e0a2e60c   11 years diego dct-test: Reuse enum idct_permutation_type instead of duplicating it
(edit) @42d32635   11 years michaelni Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' * commit …
(edit) @f6ed5df   11 years michaelni Merge commit 'c0de9159a7ba5707aa0a5c2bc73ae78b7b87ec46' * commit …
(edit) @cff61d59   11 years michaelni Merge commit '24af1aa0f70362a66cda04c9d7cd012e019f5572' * commit …
(edit) @29119aff   11 years michaelni Merge commit '746ad4e0df7faf93329804e412ec53c1d929a75b' * commit …
(edit) @2dbda937   11 years michaelni Merge commit 'cb44b21da1f59923be577f08c267ec270529be97' * commit …
(edit) @0f701310   11 years michaelni fate: Add test for wav Peak Envelope Chunk encoder (levl chunk). …
(edit) @5dcd43cd   11 years Carl Eugen Hoyos Fix make checkheaders for libavcodec/proresdsp.h.
(edit) @913fa85a   11 years diego dct-test: Skip indirection for MMX IDCT permutation
(edit) @9e0b2991   11 years diego x86: dnxhdenc: Eliminate some unnecessary ifdefs
(edit) @b4edbe9a   11 years diego libgsm: Split decoder and encoder Signed-off-by: Diego Biurrun …
(edit) @8b0dd494   11 years diego idctdsp: prettyprinting cosmetics
(edit) @b4987f72   11 years diego idct: Convert IDCT permutation #defines to an enum Also rename the …
(edit) @c0de9159   11 years diego avdevice: Give names to anonymously typedeffed structs Anonymous …
(edit) @24af1aa0   11 years diego fft: Convert FFT/MDCT permutation type #defines to enums
(edit) @746ad4e0   11 years diego dct-test: Improve CPU flags struct member name
(edit) @cb44b21d   11 years diego dct-test: Move cpu_flags variable out of global scope
(edit) @cb8cb85d   11 years michaelni lavfi/drawtext: add alias "expr_int_format" to expansion function …
Note: See TracRevisionLog for help on using the revision log.