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-11-23Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer
* commit '4a606c830ae664013cea33800094d4d0f4ec62da': av_memcpy_backptr: optimise some special cases mpegvideo: simplify dxy calculation in hpel_motion() build: add rules to generate preprocessed source files Conflicts: Makefile libavutil/mem.c library.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23av_memcpy_backptr: optimise some special casesMans Rullgard
- Add special cases for offsets of 2, 3, or 4 bytes. This means the offset is always >4 in the generic case, allowing 32-bit copies to be used there. - Don't use memcpy() for sizes less than 16 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-11-23mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-11-23build: add rules to generate preprocessed source filesMans Rullgard
This is useful for debugging. Dependencies for these files are not generated due to limitations in many compilers. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-11-23id3v2: restructure compressed and unsync codeMichael Niedermayer
This should fix the interaction between the 2. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23ffv1dec: remove incorrect assert()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23rmdec: fix av_log level and contextMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23truemotion2: Fix av_log level and contextMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23mpeg12: fix av_log level and contextMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23dcadec: fix av_log levelMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23avidec: try to support oddly muxed MMES streamMichael Niedermayer
Fixes ticket1804 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-23vqavideo: Reinitialise the actually used partial codebook bytestream-reader.Carl Eugen Hoyos
Fixes ticket #1942.
2012-11-23xmv: signal EOFPaul B Mahol
Fixes #1946. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-22movenc: fix assert failure caused by rounding.Michael Niedermayer
Fixes Ticket1820 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22ADPCM AFC decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-22id3v2: print ver/flags/len on debug level.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22tests: prefer ffprobe -show_entries to -show_format_entryStefano Sabatini
The latter option was deprecated.
2012-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: id3v2: fix reading unsynchronized frames. cdgraphics: fix incorrect vertical offset mask in cdg_scroll() apetag: fix error handling in ff_ape_parse_tag() Conflicts: libavformat/id3v2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22ffprobe: implement -sections optionStefano Sabatini
2012-11-22ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini
2012-11-22id3v2: fix reading unsynchronized frames.Anton Khirnov
Current code would incorrectly process e.g. 'ff 00 ff 00 ff' to 'ff ff ff', while it should be 'ff ff 00 ff'. Fixes Bug 395. CC: libav-stable@libav.org
2012-11-22lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini
Fix trac ticket #1944.
2012-11-22lavfi/drawtext: add support for printing frame numbersStefano Sabatini
Fix trac ticket #1949.
2012-11-22ffmpeg: add setting of field_order flagTim Nicholson
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22frwu: do not set interlacing flags.Michael Niedermayer
Our fate frwu sample is definitely not interlaced. If someone has a interlaced frwu file, please contact us. Without this change the field order patch would cause incorrect interlacing information to be written when using frwu input. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22brender: move declaration out of for() to make old compilers happy.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22brender_pix: a new image decoderAleksi Nurmi
PIX is an image file format that was used by the BRender 3d engine. Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22Fix the path to the C99-to-C89 Converter & Wrapper to the only existing ↵Carl Eugen Hoyos
repository. Ronald deleted his public c99-to-c89 repository today.
2012-11-22ffmpeg: fix weird reindentStefano Sabatini
2012-11-22ffmpeg: print debug_ts off and off_time values with timestamp helper routinesStefano Sabatini
2012-11-22mips: Fixing HAVE_MIPSFPU dependenciesBojan Zivkovic
Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22use correct doxygen parameter direction syntaxPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
Reveiwed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22siff: signal EOFPiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22segafilm: signal EOFPiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22bethsoftvid: signal EOFPiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22bfi: signal EOFPiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-22yop: fix 10l typoPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-21imgconvert-test: count the number of unused pixel format values.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21imgconvert-test: skip pix formats without nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21ffprobe: fix typo in a commentStefano Sabatini
2012-11-21ffprobe: add "," at the end of enum listStefano Sabatini
2012-11-21imgconvert-test: test alpha flagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21pixdesc: fix alpha flagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21imgconvert: remove avg_bits_per_pixel(), its redundantMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21bink: return AVERROR_EOF upon reaching end of filePeter Ross
Fixes ticket #1935. Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21codec_descriptors: fix typo in mpeg 2 videoMichael Niedermayer
Found-by: Ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: flashsv: Drop unused function and struct parameters pcm: fix decoding of pcm_s16le_planar on big-endian Conflicts: libavcodec/pcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21Merge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e'Michael Niedermayer
* commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e': imgconvert: remove PixFmtInfo Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-21imgconvert: fix color type for non normal pix_fmts like HW stuff and unused ↵Michael Niedermayer
entries. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>