source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @896d6a7   11 years michaelni Merge commit '50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654' * commit …
(edit) @c2871568   11 years michaelni vp9: fix invalid ref frame w/h on size change. Fixes invalid reads …
(edit) @d9343c34   11 years michaelni vp9: disable use_last_frame_mvs on resolution change (scalable). …
(edit) @e6c0da70   11 years michaelni avcodec/huffyuvdec: optimize >8bps VLC reading 97479 -> 54891 …
(edit) @37baa2af   11 years stefasab configure: add missing dependency for the remuxing example
(edit) @50ecf157   11 years diego avformat: utils: K&R formatting cosmetics Also adjust some comment …
(edit) @9651239f   11 years stefasab ffmpeg: use intermediary variables in reap_filters, increase readability
(edit) @68c5ba1f   11 years stefasab doc/filters: re-edit notes on filtergraph escaping State the escaping …
(edit) @599e629   11 years michaelni avcodec/huffyuvenc: fix end pointer for stats_out Signed-off-by: …
(edit) @a301bb63   11 years michaelni avcodec/huffyuvenc: fail if stats_out is too small instead of silently …
(edit) @bc11b2c3   11 years michaelni fate: add test for 16bps ffvhuff Signed-off-by: Michael Niedermayer …
(edit) @91489d28   11 years michaelni avcodec/libfdk_aacenc: enable 7.1 channel encoding 7.1(wide) and …
(edit) @c46faac   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0e2dd05   11 years michaelni Merge commit 'fb87e69ff77f96536768dbae01d82db70c8b41f3' * commit …
(edit) @7667afff   11 years michaelni avcodec/mpeg12dec: Revert Change to mpeg2_fast_decode_block_non_intra …
(edit) @6a92598e   11 years michaelni avcodec/mpeg12dec: Redesign index checks for …
(edit) @20626f53   11 years michaelni Merge commit '6d93307f8df81808f0dcdbc064b848054a6e83b3' * commit …
(edit) @3e6088f7   11 years michaelni avutil/internal.h: add timer.h back Without this a developer would …
(edit) @965fa6b0   11 years michaelni Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' * commit …
(edit) @53167ecf   11 years michaelni avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 …
(edit) @9e057f53   11 years janne-libav configure: clang: explicitly state dep file and rule name in DEPFLAGS …
(edit) @fb87e69f   11 years janne-libav configure: add missing x86 dependency for i686
(edit) @6d93307f   11 years janne-libav mpeg12: check scantable indices in all decode_block functions Add …
(edit) @fb0c9d41   11 years janne-libav avutil: remove timer.h include from internal.h Added …
(edit) @214a3b8   11 years michaelni avfilter/vf_scale: simplify alignment code Signed-off-by: Michael …
(edit) @1e48c39e   11 years michaelni avfilter/vf_scale: do aspect ratio and scale factor compensation …
(edit) @682ddb89   11 years michaelni Merge branch 'scale-filter-factor' of …
(edit) @018e2b57   11 years michaelni avcodec/libx264: also consider ticks per frame for fps/timebase setup …
(edit) @5f4d04d0   11 years u x86/lossless_videodsp: silly one-line cosmetic.
(edit) @c49b0360   11 years lkiesow Documentation for scale filter factor
(edit) @69b1d1d9   11 years lkiesow Documentation for scale filter factor
(edit) @e395f8de   11 years lkiesow Fixed factor for scale filter
(edit) @7fc4c18   11 years lkiesow Factors for scale filter
(edit) @5267e850   11 years u x86/lossless_videodsp: use common macro for add and diff int16 loop.
(edit) @cddbfd2a   11 years u x86/lossless_videodsp: simplify and explicit aligned/unaligned flags
(edit) @78a9f185   11 years michaelni lavfi/drawtext: add option for drawing border around text …
(edit) @222fb827   11 years michaelni lavfi/drawtext: get bitmap from glyph in a separate step This change …
(edit) @5554c6dd   11 years michaelni Merge remote-tracking branch 'rbultje/vp9-simd' * rbultje/vp9-simd: …
(edit) @4b84a69e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dxtory: …
(edit) @2d0d1f7e   11 years michaelni Merge commit '0e1ad2f591b87e944550c15b54e54f8189743289' * commit …
(edit) @4147b337   11 years rsbultje vp9: fix memory corruption if header decoding fails after size change.
(edit) @c9e6325e   11 years rsbultje vp9/x86: use explicit register for relative stack references. Before …
(edit) @97474d52   11 years rsbultje vp9/x86: iwht4x4 (lossless) mmx.
(edit) @d43efa68   11 years rsbultje vp9/x86: 4x4 iadst SIMD (ssse3) variants. Cycle measurements for …
(edit) @baf47020   11 years rsbultje vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants. Cycle measurements for …
(edit) @cf812d81   11 years michaelni avcodec/dvbsubdec: Remove unused display_list_size Signed-off-by: …
(edit) @af09be4f   11 years michaelni Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without …
(edit) @2efdccac   11 years michaelni lavf/avienc: cosmetic indent Signed-off-by: Michael Niedermayer …
(edit) @fa20babb   11 years michaelni lavf/avienc: use metadata_header_padding The muxer will write at …
(edit) @67270ccd   11 years michaelni lavf/id3v2enc: update comment about minimum padding Signed-off-by: …
(edit) @0de03fd6   11 years michaelni lavf/id3v2enc: use metadata_header_padding As with the change to …
(edit) @c14b011a   11 years michaelni lavf/flacenc: fix comment after previous change Signed-off-by: …
(edit) @72eeb18   11 years michaelni lavf/flacenc: use metadata_header_padding Allows a user to control …
(edit) @86bee798   11 years michaelni AVFormatContext: add metadata_header_padding field This field is used …
(edit) @1d073850   11 years michaelni mpegts demuxer: store PMT values of DVB teletext to extradata * Using …
(edit) @2ebee19   11 years michaelni mpegts muxer: restore PMT table of DVB teletext from extradata * …
(edit) @f8051bd3   11 years michaelni mpegts muxer: Change the default subtitle language to "und" …
(edit) @29032671   11 years michaelni avutil/opt: Better print representation of number limits …
(edit) @28e1eed3   11 years kostya.shishkov dxtory: compressed RGB555/RGB565 decoding support
(edit) @0e1ad2f5   11 years kostya.shishkov dxtory: add more compressed and uncompressed modes
(edit) @934bb11a   11 years michaelni avcodec/mpeg12dec: fix mis-indented line Signed-off-by: Michael …
(edit) @5f54756f   11 years michaelni avcodec/mpeg12dec: Disable the checked bitstream reader Mpeg1/2 …
(edit) @76b5e99c   11 years michaelni avcodec/mpeg12dec: Check for overread in mpeg_decode_slice() This is …
(edit) @d82eccea   11 years michaelni avcodec/mpeg12dec: check block index in …
(edit) @0c8e5fb2   11 years michaelni avcodec/mpeg12dec: Optimize mpeg1_decode_block_intra() sandybridge i7 …
(edit) @0a590551   11 years michaelni avcodec/mpeg12dec: check for overread in …
(edit) @746350e   11 years michaelni avcodec/mpeg12dec: Make mpeg2_fast_decode_block_intra() more robust by …
(edit) @a0e9dfb   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp9: …
(edit) @36724585   11 years michaelni Merge commit 'bd01412313c728400f1fc5448ede0ad8b51da0d1' * commit …
(edit) @ca576594   11 years stefasab examples/filtering_audio,video: do not call avcodec_register_all() It …
(edit) @433b153   11 years stefasab doc/ffmpeg: reference time syntax sections in ffmpeg-utils for …
(edit) @50866c8d   11 years anton vp9: fix bugs in updating coef probabilities with parallelmode=1 - …
(edit) @bd014123   11 years anton vp9: fix mvref finding to adhere to bug in libvpx. Fixes a particular …
(edit) @4b8c599e   11 years michaelni avformat/nutenc: fix missing break in switch Fixes CID1163848 …
(edit) @41003da9   11 years michaelni avfilter/avfilter: fix use of uninitialized pointer Fixes CID1163852 …
(edit) @40c218c6   11 years michaelni avcodec/vc1: fix type of tmp Fixes CID1163850 Signed-off-by: Michael …
(edit) @9b68538   11 years michaelni avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by …
(edit) @a26e9c10   11 years michaelni avcodec/mjpegenc: Use av_frame_clone() instead of av_frame_ref() This …
(edit) @52d2bcc7   11 years michaelni avcodec/libopenjpegenc: Check the return code of av_frame_ref() Fixes …
(edit) @78530240   11 years michaelni avcodec/h264_cabac: Fix use with the checked bitstream-reader …
(edit) @4d888a0a   11 years r.verdejo libavformat/mtv: add missing MTV_ prefix to macro Signed-off-by: …
(edit) @ba15aab4   11 years r.verdejo libavformat/mtv: make clear we assume bpp is always 16 All samples in …
(edit) @d467e7df   11 years r.verdejo libavformat/mtv: donwgrade probe score for < 512 MTV has a 512 bytes …
(edit) @30f4c58f   11 years r.verdejo libavformat/mtv: Check for min header size first Abort immediately if …
(edit) @bf23642d   11 years michaelni Cinepak encoder: adding option handling for flexibility Now it is …
(edit) @c1333a7   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2aec9e22   11 years martin rtpdec_asf: Copy the need_parsing field from the chained demuxer This …
(edit) @094516a5   11 years stefasab ffmpeg: use av_err2str() macro Simplify.
(edit) @9f956d9d   11 years stefasab ffmpeg: apply misc cosmetics to process_input() code
(edit) @8456bd2c   11 years michaelni avformat/matroskaenc: wrap V_QUICKTIME codec private in something that …
(edit) @da25a657   11 years michaelni avformat/http: Properly handle cookies that specify sub-domain where …
(edit) @306e1ac0   11 years michaelni avformat/tls: Fix windows build with openSSL enabled. Signed-off-by: …
(edit) @e6d1c66d   11 years michaelni avcodec/x86/lossless_videodsp: disable median optimizations for 16bps …
(edit) @eaacfc7d   11 years michaelni avcodec/lossless_videodsp: Pass AVCodecContext to init Signed-off-by: …
(edit) @622d4630   11 years michaelni avcodec/bitstream: assert that no integer overflow happened when …
(edit) @35fe88bb   11 years stefasab examples/muxing: reindent after previous commit
(edit) @c92d2f9   11 years stefasab examples/muxing: flush encoders at the end
(edit) @0269b30f   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ef00ef75   11 years michaelni avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 …
(edit) @fad49aae   11 years michaelni avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext …
Note: See TracRevisionLog for help on using the revision log.