source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9c020810   13 years michaelni Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" …
(edit) @fe90683   13 years michaelni Revert "mpeg12: move closed_gop from MpegEncContext to Mpeg1Context" …
(edit) @2b0cdb73   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Move …
(edit) @42d44ec3   13 years stefasab vsrc_testsrc: do not assume non-padded lines in test_fill_picture() …
(edit) @1679a40b   13 years stefasab vf_boxblur: fix slice-drawing This filter does not support …
(edit) @9eb867e1   13 years michaelni sws: add yuv2yuvX_sse3() Code is about 2x as fast as previous …
(edit) @f4bf06eb   13 years michaelni sws-test: Fix data alignment Signed-off-by: Michael Niedermayer …
(edit) @90640cc7   13 years michaelni sws: fix assert failure Signed-off-by: Michael Niedermayer …
(edit) @8b4b2ddf   13 years michaelni sws: x86_32 fix Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @76a34906   13 years michaelni sws: add yuv2yuvX() back and updated to the just 1 plane API …
(edit) @74fdb7a0   13 years michaelni sws: factorize v*Filter use Signed-off-by: Michael Niedermayer …
(edit) @4d31f42   13 years michaelni sws: port to thw new 1 plane API and add back yuv2yuv1_ar(). …
(edit) @f1535972   13 years michaelni sws: better MOVNTQ macro Signed-off-by: Michael Niedermayer …
(edit) @b6dcd6df   13 years michaelni sws cleanup yuv2planeX_10_c_template() Signed-off-by: Michael …
(edit) @b1a4b735   13 years michaelni sws: remove nonsensical code that leaked in from libav Signed-off-by: …
(edit) @1c26f2d   13 years michaelni sws: drop unused code Signed-off-by: Michael Niedermayer …
(edit) @16ad77b3   13 years diego Move id3v2 tag writing to a separate file. Signed-off-by: Diego …
(edit) @9e66b892   13 years rsbultje swscale: add missing colons to x86 assembly yuv2planeX. This fixes …
(edit) @704721bc   13 years justin.ruggles g722: split decoder and encoder into separate files
(edit) @b95fbba7   13 years justin.ruggles cosmetics: remove extra spaces before end-of-statement semi-colons
(edit) @60aa1a35   13 years justin.ruggles vorbisdec: check output buffer size before writing output
(edit) @d2604f92   13 years justin.ruggles wavpack: calculate bpp using av_get_bytes_per_sample()
(edit) @ddfb8e1   13 years justin.ruggles ac3enc: Set max value for mode options correctly for example: …
(edit) @4a5ea9e0   13 years Reimar.Doeffinger Simplify some bits-left/overread checks. Signed-off-by: Reimar …
(edit) @1deb66c5   13 years anton lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c It's not used …
(edit) @3fc08304   13 years anton mpeg12: move closed_gop from MpegEncContext to Mpeg1Context It's …
(edit) @da22ba7d   13 years anton mpeg12: move full_pel from MpegEncContext to Mpeg1Context It's MPEG-1 …
(edit) @cc05a45d   13 years anton mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h It will be used …
(edit) @acffe457   13 years anton mpegvideo: remove some unused variables from MpegEncContext.
(edit) @67341f6a   13 years michaelni lavc: add PIX_FMT_GBR24P to align_dimensions() Signed-off-by: Michael …
(edit) @6f5b4ce6   13 years Reimar.Doeffinger Reuse vp3_decode_flush instead of duplicating it. This also fixes …
(edit) @1ac5b512   13 years michaelni swscale: disable functions that do not yet work Signed-off-by: …
(edit) @f97faf67   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: id3v2: …
(edit) @9e8dff90   13 years Carl Eugen Hoyos Revert "mov: do not misreport empty stts" Fixes ticket #578. This …
(edit) @e71ebb19   13 years diego id3v2: fix doxy comment - 'machine byte order' makes no sense on char …
(edit) @f1874652   13 years diego VC1: restore mistakenly removed code The code was mistakenly removed …
(edit) @e60779b1   13 years michaelni Merge remote-tracking branch 'mans/dnxhd' * mans/dnxhd: dnxhddec: …
(edit) @e53eecd0   13 years justin.ruggles twinvq: check output buffer size before decoding
(edit) @5ed68178   13 years justin.ruggles twinvq: return an error when the packet size is too small
(edit) @07e12564   13 years anton lavf: export some forgotten symbols with non-av prefixes.
(edit) @22aebf1b   13 years michaelni Add rule for compiling to asm This allows commands of the form "make …
(edit) @e40cde01   13 years michaelni vorbisenc: simplify floor_classes[] table This avoids an indirection …
(edit) @d4999e0a   13 years michaelni dca: ARMv6 optimised decode_blockcode() Signed-off-by: Mans Rullgard …
(edit) @ab253970   13 years michaelni Check for cbrtf() and provide fallback (cherry picked from commit …
(edit) @9c48a7cc   13 years michaelni ratecontrol: replace VLAs with malloc/free (cherry picked from commit …
(edit) @39b0165f   13 years michaelni er: replace VLA with malloc/free (cherry picked from commit …
(edit) @f48b12e0   13 years rsbultje swscale: update altivec yuv2planeX asm to new per-plane API.
(edit) @6cacecdc   13 years rsbultje swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware. Also implement …
(edit) @7fbbf952   13 years rsbultje yuv2planeX10 SIMD Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @109f62e   13 years rsbultje swscale: decide whether to use yuv2plane1/X on a per-plane basis.
(edit) @f99654d4   13 years rsbultje swscale: reintroduce full precision in 16-bit output.
(edit) @ff7913ae   13 years rsbultje Split up yuv2yuvX functions Signed-off-by: Ronald S. Bultje …
(edit) @34e8d147   13 years rsbultje Split out yuv2yuv1 luma and chroma in order to make them generic DSP …
(edit) @364f3679   13 years michaelni avcodec: add ifdef from qatar that could not be merged previously due …
(edit) @0e13874   13 years michaelni codec_names: invoke preprocessor on avcodec.h. This fixes failures …
(edit) @9ab5e648   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @9abc9873   13 years anton lavc: replace references to deprecated …
(edit) @5ea0001f   13 years anton lavc: translate non-flag-based er options into flag-based ef options …
(edit) @c8dad9a6   13 years anton add -err_filter AVOptions to access flag-based error recognition …
(edit) @d8cae42d   13 years michaelni Merge remote-tracking branch 'mans/ac3' * mans/ac3: ac3enc: …
(edit) @b0b32310   13 years rsbultje h264_weight: initialize "height" function argument properly. Right …
(edit) @d3d97d43   13 years michaelni sws: fix warning: new qualifiers in middle of multi-level non-const …
(edit) @415f3cea   13 years Carl Eugen Hoyos Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.
(edit) @8646d610   13 years michaelni pulse: fix application name Signed-off-by: Michael Niedermayer …
(edit) @5b602a14   13 years michaelni Merge remote-tracking branch 'luzero/pulse' * luzero/pulse: pulse: …
(edit) @d000c5ae   13 years michaelni configure: move code out of main of check_exec_crash() Tested-by: …
(edit) @1e09d908   13 years michaelni Remove redundant libx264 preset files These are available via -preset …
(edit) @aedc9086   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (35 …
(edit) @27cedd83   13 years janne-libav presets: spelling error in libvpx 1080p50_60 Signed-off-by: Janne …
(edit) @fec5777e   13 years janne-libav avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X The blue …
(edit) @f4b51d06   13 years martin flvdec: Do not call parse_keyframes_index with a NULL stream …
(edit) @b19e0c2b   13 years justin.ruggles libspeexdec: include system headers before local headers
(edit) @a470fe80   13 years justin.ruggles libspeexdec: return meaningful error codes
(edit) @14bc60db   13 years justin.ruggles libspeexdec: cosmetics: reindent
(edit) @7eeaa679   13 years justin.ruggles libspeexdec: decode one frame at a time. This allows for knowing the …
(edit) @1a7090bf   13 years michaelni mov: support eac3 audio Signed-off-by: Michael Niedermayer …
(edit) @a0a4b133   13 years michaelni mpegts: remove read_seek() Its redundant Found-by: nevcairiel …
(edit) @08d4408a   13 years michaelni utils: disable debuging code at the end of av_gen_search() …
(edit) @f73f68b8   13 years michaelni utils: flush on successfull av_seek_frame_binary() Signed-off-by: …
(edit) @41ac093f   13 years mans swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() …
(edit) @db1347f6   13 years michaelni mpegts: cache information to speed up seeking. Signed-off-by: Michael …
(edit) @27f7589a   13 years michaelni seek: Fix av_gen_search() so that seeks outside max/min do not …
(edit) @5dd35b43   13 years anton Move timefilter code from lavf to lavd. It's only used in the JACK …
(edit) @b06df707   13 years anton mov: add support for hdvd and pgapmetadata atoms Signed-off-by: Anton …
(edit) @5da35d1   13 years anton mov: rename function _stik, some indentation cosmetics Signed-off-by: …
(edit) @80951f5c   13 years anton mov: rename function _int8 to remove ambiguity, some indentation …
(edit) @94395fb   13 years anton mov: parse the gnre atom Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @95891804   13 years justin.ruggles mp3on4: check for allocation failures in decode_init_mp3on4()
(edit) @180bf988   13 years justin.ruggles mp3on4: create a separate flush function for MP3onMP4. The correct …
(edit) @53c8443a   13 years justin.ruggles mp3on4: ensure that the frame channel count does not exceed the codec …
(edit) @1183d6cd   13 years justin.ruggles mp3on4: set channel layout
(edit) @fff0f831   13 years justin.ruggles mp3on4: fix the output channel order
(edit) @f507dd06   13 years justin.ruggles mp3on4: allocate temp buffer with av_malloc() instead of on the stack. …
(edit) @cb72230d   13 years justin.ruggles mp3on4: copy MPADSPContext from first context to all contexts. Fixes …
(edit) @7846280d   13 years michaelni mpegts: assert position in dts reading code. Signed-off-by: Michael …
(edit) @de9862a   13 years michaelni mpegts: add and use mpegts_get_dts() Signed-off-by: Michael …
(edit) @04ac0d79   13 years michaelni mpegts: fix type of argument of mpegts_resync() Signed-off-by: …
(edit) @aad3429d   13 years justin.ruggles fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm …
(edit) @4e8e2624   13 years justin.ruggles fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
(edit) @185142a5   13 years justin.ruggles fmtconvert: check compile-time x86 instruction set flags
Note: See TracRevisionLog for help on using the revision log.