Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-22doc/default.css: use ffmpeg.org website CSSStefano Sabatini
The attribute container of the top-level div is changed from "class" to "id" to match the website CSS. Improve consistency between website docs and local documentation style.
2012-12-22doc: move HTML CSS to a dedicated file default.cssStefano Sabatini
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-22img2enc: fix typoMichael Niedermayer
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-22lavc: Warn in case the set bitrate is very lowMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-22better failure message for img2encrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-22yop: set video bit ratePiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21lavfi/swapuv: use FFSWAPPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-21Revert "Always write all colours for animated gif files, including ↵Carl Eugen Hoyos
transparent ones." It breaks some opaque samples. This reverts commit d4fdaafdb76a927be6fea15013807641bbcc6bd9.
2012-12-21Support H264 over video4linux2.Carl Eugen Hoyos
Tested-by: Val Malykh
2012-12-21Merge commit 'c7d4de3d730473167e31cf765e0333c965f934d3'Michael Niedermayer
* commit 'c7d4de3d730473167e31cf765e0333c965f934d3': rtpdec_vp8: Don't return known-broken packets Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
* commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59': rtpdec: Pass the sequence number to depacketizers configure: Make avconv depend on null, anull and resample filters Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Merge commit '69f086e0f90f23d89e5739b099a4f984fa6a7885'Michael Niedermayer
* commit '69f086e0f90f23d89e5739b099a4f984fa6a7885': build: avfilter: Remove duplicate compilation entry for vf_scale Conflicts: libavfilter/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
* commit '511cf612ac979f536fd65e14603a87ca5ad435f3': miscellaneous typo fixes Conflicts: libavcodec/4xm.c libavcodec/lagarith.c libavcodec/parser.c libavcodec/ratecontrol.c libavcodec/shorten.c libavcodec/vda_h264.c libavformat/dvenc.c libavformat/wtv.c tools/patcheck Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
* commit '6906b19346ae8a330bfaa1c16ce535be10789723': lavc: add missing files for arm lavc: introduce VideoDSPContext Conflicts: configure libavcodec/arm/dsputil_init_armv5te.c libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/dsputil_template.c libavcodec/h264.c libavcodec/mpegvideo.h libavcodec/mpegvideo_enc.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21alsdec: cosmetics after previous commitPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-21alsdec: channel sortingPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-21Merge commit 'a925f723a915bc0255e2673f8817af5212131763'Michael Niedermayer
* commit 'a925f723a915bc0255e2673f8817af5212131763': rtp: Don't read priv_data unless it is allocated flvenc: Check whether seeking back to the header succeeded sapenc: Pass the title on to the chained muxers Conflicts: libavformat/flvenc.c libavformat/sapenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21rtpdec_vp8: Don't return known-broken packetsMartin Storsjö
This is built on the assumption that the first partition of each VP8 packet is essential for decoding any later packet - if this partition is broken/missed, the arithmetic coder gets out of sync and decoding the bitstream in further packet ends up with total garbage. If packets of a frame are lost, make sure the first partition is intact (return only this part of the packet, nothing else), otherwise stop returning data until the next keyframe is received. Alternatively, one would simply not return any packets at all until the next keyframe, if packet loss is detected. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
This allows depacketizers to figure out if packets have been lost. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-21lavf: Remove "Adjusting PTS forward" codeMichael Niedermayer
it causes problems (incorrectly detect TS discontinuities) with a brokan TS file (test-audio-broken.ts) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21gifdec: remove dead storePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-21ffplay: fix handling of resolution changes with h264-mtMichael Niedermayer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Fix compilation with --disable-everything --enable-muxer=mov.Carl Eugen Hoyos
2012-12-21configure: Make avconv depend on null, anull and resample filtersDiego Biurrun
Building avconv without that functionality makes little sense.
2012-12-21build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun
vf_scale should not be unconditionally compiled even if disabled.
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-21lavf/hlsenc: provide some feedback in case of invalid basenameStefano Sabatini
2012-12-21lavf/hlsenc: fix minor grammar inconsistencies in the option help messagesStefano Sabatini
2012-12-21doc: remove inclusion of libav* documentation in toolsStefano Sabatini
This shrinks the tool manuals to a manageable size. Relevant manuals are referenced in the "See Also" chapter. Overall documentation inclusion should still be possible through the use of a conditional variable set during configuration time, if someone feels the need for a huge-wall-of-text-fashioned manual.
2012-12-21doc/ffmpeg-formats: include metadata chapterStefano Sabatini
The metadata muxer/demuxer belongs to the formats documentation.
2012-12-21Always write all colours for animated gif files, including transparent ones.Carl Eugen Hoyos
This fixes the colour of the transparent background (as seen with ffplay), and makes the background of some non-keyframes transparent that was incorrectly shown as opaque for some samples.
2012-12-20gifdec: fix invalid write in gif_copy_img_rectPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-20gifdec: fix invalid write in giff_fill_rectPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-20ffmpeg_opt: fix recording time in->out carryover.Michael Niedermayer
This should fix valgrind complaints. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-20lavfi/af_aconvert: update audio->channels.Nicolas George
2012-12-20tiffdec: support LZW compression with inverted FillOrderPiotr Bandurski
2012-12-20lavf/srtdec: reindent after previous commits.Clément Bœsch
2012-12-20lavf/srtenc: honor subtitle position side data.Clément Bœsch
2012-12-20lavf/srtdec: switch to FFDemuxSubtitlesQueue API.Clément Bœsch
2012-12-20lavf: split packets before muxing.Clément Bœsch
After demuxing, data and side are merged. Before decoding, they are split. Encoder will perform with data and side split. This means that a muxer can receive split data (after encoding) but also merged data (if called directly after demuxing). This commit makes sure data and side are split for the muxer.
2012-12-20aiffenc: set correct number of bits foru8 in aiffPiotr Bandurski
with this change QuickTime is able to play u8 aiff file generated by FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-20lavc: add missing files for armLuca Barbato
Across the many retouches those did not make the main commit.
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-12-20rtp: Don't read priv_data unless it is allocatedMartin Storsjö
This makes all users of rtpenc_chain (rtsp muxer, sapenc, mov rtp hinting) work again, broken since 8034130e0. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-20lavfi: remove init and check of rate and layout.Nicolas George
The sample rate and channel layout are negotiated and set by the filter graph system.
2012-12-20lavfi/buffersrc: remove init of rate and layout.Nicolas George
The sample rate and channel layout are negotiated and set by the filter graph system, the filters must not set them.
2012-12-20lavfi: add an accessor for ref->audio->channels.Nicolas George
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
Also: fix af_pan and af_aresample, that forgot to update audio->channels.
2012-12-20h264: Fix code to also handle pix format changes.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>