source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @fee97f25   11 years michaelni avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext …
(edit) @631939bd   11 years michaelni avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2 Signed-off-by: …
(edit) @cff480e   11 years martin mpegvideo_enc: Don't call ff_h263dsp_init unconditionally This fixes …
(edit) @7b89e241   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: bfin: …
(edit) @0e59e30b   11 years michaelni Merge commit 'ea49f60523c4f4c43cb06a35166b44478d473e51' * commit …
(edit) @383d2339   11 years michaelni Merge commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3' * commit …
(edit) @762c4dc0   11 years michaelni avcodec/cinepakenc: fixes and improvements Fixed/improved multistrip …
(edit) @59dbc36f   11 years michaelni Adding Cinepak encoder With permission of Tomas Härdin applied by Rl …
(edit) @19987fa1   11 years diego bfin: vp3: Mark all binary object sections appropriately This fixes a …
(edit) @ea49f605   11 years janne-libav h264: skip chroma edges at the picture boundary while deblocking 4:4:4 …
(edit) @8267f936   11 years diego configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler …
(edit) @94a52417   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @9ef441c5   11 years lukasz.m.luki lavf/ftp: remove double space Signed-off-by: Lukasz Marek …
(edit) @e0d124a9   11 years lukasz.m.luki lavf/libssh: fix seek with whence==SEEK_CUR Signed-off-by: Lukasz …
(edit) @b271aac   11 years lukasz.m.luki lavf/libssh: rename context variable from s into libssh …
(edit) @52281445   11 years lukasz.m.luki lavf/libssh: add av_cold attributes Signed-off-by: Lukasz Marek …
(edit) @7fb5f55e   11 years lukasz.m.luki lavf/libssh: factorize create_sftp_session function Signed-off-by: …
(edit) @77fadab1   11 years lukasz.m.luki lavf/libssh: factorize create_ssh_session function Signed-off-by: …
(edit) @bf5d73b0   11 years lukasz.m.luki lavf/libssh: factorize file_stat function Signed-off-by: Lukasz Marek …
(edit) @8d3f14e1   11 years lukasz.m.luki lavf/libssh: factorize open_file function Signed-off-by: Lukasz Marek …
(edit) @7e8f3048   11 years lukasz.m.luki lavf/libssh: add private_key option Allows to specify private key to …
(edit) @28bc1d94   11 years michaelni avformat/mov: redesign the fps calculation This uses STTS and TRUN …
(edit) @977abf9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ef25595b   11 years michaelni Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5' * commit …
(edit) @53feab7   11 years michaelni Merge commit '9047491f8bcd87673eed55fb310647a03b0981e9' * commit …
(edit) @797d807   11 years michaelni Merge commit 'eb01a25fe1452740a7f3ae2cbaff356a5c6e7806' * commit …
(edit) @8a77baae   11 years michaelni Merge commit 'e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d' * commit …
(edit) @a298f934   11 years michaelni Merge commit '025fd76e1a2623c858d8c686a73cc30980a314b0' * commit …
(edit) @9eb954b9   11 years michaelni Merge commit 'e91a3f1bdba9b4945e42c191d2e35e9844625fb4' * commit …
(edit) @57a0c5f   11 years michaelni Merge commit 'ade4ecb42d2dacd18d04eb8df2afa8131e5ad653' * commit …
(edit) @075989c3   11 years michaelni Merge commit '766df7ca89a2398e71182f5f2b46053e3aa9bd69' * commit …
(edit) @f57baf74   11 years stefasab lavf/segment: drop pointless variable oc from seg_write_packet()
(edit) @169065fb   11 years stefasab lavf/segment: remove duplicated and inconsistent cleanup code in …
(edit) @a2e78161   11 years stefasab lavf/mpegtsenc: fix weird indent
(edit) @b539a72b   11 years stefasab examples/filtering_audio,video: drop call to …
(edit) @8e5e84c2   11 years michaelni avformat/mov: Ignore the last frame for duration and fps calculation …
(edit) @76421982   11 years Reimar.Doeffinger lossless_videodsp.asm: fix compilation. Fixes these errors with nasm: …
Note: See TracRevisionLog for help on using the revision log.