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
2013-01-02ffmpeg: sub2video: set resample size.Nicolas George
Necessary after 04a530f.
2013-01-01lavc/dvdsubenc: improve color distance function.Nicolas George
Consider the color space as an hypercone with apex alpha=0 and base alpha=1 instead of an hypercube. Make the encoder consider very transparent colors more similar even if the hue is very different. This corresponds roughly to using the alpha as a weight for the color difference. Only 4 bits of alpha are used, because this is what dvdsub uses, and it avoids overflows. Fix trac ticket #2005.
2013-01-01lavf/matroskaenc: respect bitexact for attachments.Nicolas George
Use the first 64 bits of the SHA1 of the content as file UID instead of a random number if the bitexact flag is set.
2013-01-01ffmpeg: apply flags to attachments too.Nicolas George
2013-01-01ffmpeg: move stream_copy flags handling after attachments.Nicolas George
2013-01-01better filter error message when accidentally reusing outputsrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01lavf: add data: URI scheme.Nicolas George
2013-01-01lavfi/lut: use ff_fill_rgba_map()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-01aiffdec: set block duration for QDM2Piotr Bandurski
Fixes #1697.
2013-01-01lavc/movtextdec: keep the min size instead of max to fix overread.Clément Bœsch
Fixes Ticket #2087.
2013-01-01fate: re-enable fate-sub-mpsub.Clément Bœsch
This reverts commit 580ee973d16cb5afb3d5974133576d6c570d2dda.
2013-01-01lavf/mov: fix timecode track reference usage.Clément Bœsch
2013-01-01lavf/mov: simplify timecode track ref.Clément Bœsch
There can be only one track reference. The multiple tref handling is handled at a different level.
2013-01-01ffmpeg: mark attachment streams finished.Nicolas George
Fix trac ticket #2083.
2013-01-01cmdutils: we have 2013Michael Niedermayer
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2013-01-01mov: fix parsing of the chap atom.Hendrik Leppkes
This was broken in 0d96ec19ebc1577b27a889136364a906e1c627b1 under the assumption that there is only one tref leaf atom. Fixes Ticket #2081.
2013-01-01fate: add nistsphere demuxer testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: rtmp: Add support for limelight authentication rtmp: Add support for adobe authentication Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01lavfi/avcodec: fix typoPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-01Merge commit '33f28a3be3092f642778253d9529dd66fe2a014a'Michael Niedermayer
* commit '33f28a3be3092f642778253d9529dd66fe2a014a': rtmp: Add a function for writing AMF strings based on two substrings rtmp: Return a proper error code in handle_invoke_error Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01ffprobe: do not escape '"' between single quotes.Clément Bœsch
2013-01-01doc/resampler: remove .html from link text.Clément Bœsch
2013-01-01ffmpeg: avoid negative timestamps for DVDMichael Niedermayer
dvdauthor cannot handle files with ts wraps Fixes ticket383 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George
It is the same as avfilter_get_audio_buffer_ref_from_arrays except it has a "channels" and the channel layout can be 0.
2013-01-01rawdec: fix decoding of odd dimensioned raw yv12Michael Niedermayer
Fix Ticket339 part 2 of 2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-01mov: fix handling of odd sized yv12Carl Eugen Hoyos
Part 1 of 2 to fix Ticket339 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31mpeg12: fix frame_pred_frame_dct handling in field picturesMichael Niedermayer
Fixes Ticket254 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31mpeg12: print invalid cbp valueMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31mpeg12: print error for invalid skip casesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31lavc/flacenc: improve error return.Nicolas George
Use meaningful error codes and add log messages.
2012-12-31lavfi/avfiltergraph: print query_formats errors.Nicolas George
2012-12-31lswr: improve rematrixing error message.Nicolas George
Report channel layout/count for insufficiently determined rematrixing.
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: suppress -fPIC in msvc builds Drop unnecessary 'l' length modifier when printfing double values. truemotion2: Sanitize tm2_read_header() Conflicts: libavcodec/truemotion2.c libavfilter/src_movie.c libavutil/opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer
* commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01': FATE: add cavs test cavsdec: export picture type in the output frame Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer
* commit '7d8482640058d66867602a6f58446c9342d9d146': cavs: deMpegEncContextize Note, the bugfixes have all been in FFmpeg previously, this just switches away from MpegEncContext Conflicts: libavcodec/cavs.c libavcodec/cavsdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer
* commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8': cavs: cosmetics, reformat top part cavsdec: cosmetics, reformat libavcodec/utils: Add braces to shut up gcc warnings Conflicts: libavcodec/cavsdec.c libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31lavc/textdec: fix subviewer1 preproc check.Clément Bœsch
2012-12-31rtmp: Add support for limelight authenticationMartin Storsjö
Limelight is a not too uncommon CDN. The authentication scheme is pretty similar to the adobe authentication, but is even closer to normal http digest authentication (but not close enough to warrant sharing code) than the adobe version. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31rtmp: Add support for adobe authenticationMartin Storsjö
This is mostly used to authenticate the client when publishing. Tested with wowza and akamai. Some but not all servers support resending a new connect invoke within the same connection, so always reconnect for sending a new connection attempt. This matches what other applications do as well. The authentication scheme is structurally pretty similar to http digest authentication, but uses base64 instead of hex strings. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö
This avoids having to concatenate them into one buffer before writing them as AMF. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31configure: suppress -fPIC in msvc buildsHendrik Leppkes
MSVC doesn't understand the option, and emits a warning on every call to cl.exe. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
%f denotes a double argument and 'l' does nothing in this case according to the C spec.
2012-12-31truemotion2: Sanitize tm2_read_header()Diego Biurrun
Also give a variable a more sensible name.
2012-12-31lavc: correctly set AVSubtitle format for text based subtitles.Clément Bœsch
2012-12-31lavc/utils: reindent in avcodec_decode_subtitle2().Clément Bœsch
2012-12-31Sony Wave64 muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-31Changelog: remove av_{base,dir}_name addition.Clément Bœsch
This belongs only to APIChanges, where it is already present. Spotted-by: Stefano
2012-12-31lavfi/Makefile: add missing dependencies to FFLIBS.Clément Bœsch