source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bbb11f38   12 years michaelni lavf: add return to silence compiler warning The added statement is …
(edit) @be01d1a2   12 years nicolas.george fate: disable globbing when calling shell functions. Some of the …
(edit) @1894302a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7768a635   12 years martin cmdutils: update copyright year to 2013 Signed-off-by: Martin Storsjö …
(edit) @9ac44ad9   12 years janne-libav h264: check SPS entries directly to detect pixel format changes …
(edit) @dc8b3674   12 years Clément Bœsch lavf/webvtt: use ff_subtitles_read_chunk(). The FATE test is updated …
(edit) @3fa642d6   12 years Clément Bœsch subviewer: sanitize packets. The data does not contain timing or …
(edit) @60e60d99   12 years siretart forgotten changelogs for 9_beta2
(edit) @52334f5b   12 years michaelni tiff: print error for old style LZW Signed-off-by: Michael …
(edit) @491ca0e8   12 years Clément Bœsch Replace references to "que" with the appropriate word. "que" sounds …
(edit) @43adc62e   12 years Clément Bœsch lavf/mpegtsenc: fix missing word in error message.
(edit) @f263426e   12 years Clément Bœsch lavu/math: fix than/then typo, and add a comma.
(edit) @98db9058   12 years michaelni avformat_seek_file: Dont attempt to rescale INT64_MIN/MAX This fixes …
(edit) @740e7408   12 years michaelni av_rescale: support passing MIN/MAX through Reviewed-by: Clément …
(edit) @091ce6bc   12 years stefasab doc/faq: add -start_number example Also add example showing cat …
(edit) @69d75dc4   12 years stefasab lavu/base64: extend/clarify doxy for the base64 API Also improve …
(edit) @49a78e6b   12 years Clément Bœsch lavu/eval: handle div by zero in mod(). Similarly to 03f5043f5, we …
(edit) @aa86d2d8   12 years michaelni lavf: move stream==-1 handling from ff_subtitles_queue_seek() to …
(edit) @fc86f863   12 years Clément Bœsch fate/sub2video: move sws flags globally in the filtergraph. The flags …
(edit) @ccb7f203   12 years michaelni fate: add missing bitexact flag to scale filter Signed-off-by: …
(edit) @b252d9e7   12 years nicolas.george fate: add sub2video test.
(edit) @e4f14c32   12 years nicolas.george examples/muxing: improve error messages. Illustrate the use of return …
(edit) @b99bef1   12 years nicolas.george lavfi/avfiltergraph: check pick_format return code.
(edit) @82deb0c4   12 years stefasab doc/muxers: adopt new -codec:SPEC syntax in segment example
(edit) @8bbe9d9   12 years stefasab doc/muxers: add a dedicated section for segment examples
(edit) @fd44dfb2   12 years stefasab doc/muxers: fix typos in the segment chapter
(edit) @8bc74221   12 years Clément Bœsch lavf: remove generic index flag from text subtitles. This flag is not …
(edit) @5a2f3f0b   12 years Clément Bœsch lavf/vobsub: do not count trailing NUL char in extradata. See 36e61e24.
(edit) @1e28fa21   12 years michaelni rawdec: fix NV12 Fixes Ticket646 Signed-off-by: Michael Niedermayer …
(edit) @e9fd51b   12 years michaelni h264: check SPS entries directly to detect pixel format changes …
(edit) @341e40f   12 years michaelni lavf: Fix codec id forcing with probed codecs Fixes Ticket2088 …
(edit) @3a6b6f42   12 years michaelni lavf: move force_codec_ids() up Signed-off-by: Michael Niedermayer …
(edit) @98ce9b84   12 years nicolas.george fate: merge mapchan and options into ffmpeg. They were two very short …
(edit) @102cf964   12 years nicolas.george ffmpeg: sub2video: set resample size. Necessary after 04a530f.
(edit) @5ed5e90f   12 years nicolas.george lavc/dvdsubenc: improve color distance function. Consider the color …
(edit) @8dbbaf5   12 years nicolas.george lavf/matroskaenc: respect bitexact for attachments. Use the first 64 …
(edit) @5bab99ba   12 years nicolas.george ffmpeg: apply flags to attachments too.
(edit) @951a03b3   12 years nicolas.george ffmpeg: move stream_copy flags handling after attachments.
(edit) @10a92775   12 years michaelni better filter error message when accidentally reusing outputs …
(edit) @ecda1d3c   12 years nicolas.george lavf: add data: URI scheme.
(edit) @ba1cbf40   12 years onemda lavfi/lut: use ff_fill_rgba_map() Signed-off-by: Paul B Mahol …
(edit) @fde13052   12 years onemda aiffdec: set block duration for QDM2 Fixes #1697.
(edit) @7d66bc79   12 years Clément Bœsch lavc/movtextdec: keep the min size instead of max to fix overread. …
(edit) @1dd4a21c   12 years Clément Bœsch fate: re-enable fate-sub-mpsub. This reverts commit …
(edit) @c14f8a52   12 years Clément Bœsch lavf/mov: fix timecode track reference usage.
(edit) @8d398f40   12 years Clément Bœsch lavf/mov: simplify timecode track ref. There can be only one track …
(edit) @69a1667b   12 years nicolas.george ffmpeg: mark attachment streams finished. Fix trac ticket #2083.
(edit) @9b533061   12 years michaelni cmdutils: we have 2013 Found-by: durandal_1707 Signed-off-by: Michael …
(edit) @82541d83   12 years nicolas.george lavfi: merge all filtering code into ff_filter_frame.
(edit) @765158dd   12 years Clément Bœsch mov: fix parsing of the chap atom. This was broken in …
(edit) @8c33cb5c   12 years onemda fate: add nistsphere demuxer test Signed-off-by: Paul B Mahol …
(edit) @9336a980   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @8e4e532b   12 years onemda lavfi/avcodec: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c047a41b   12 years michaelni Merge commit '33f28a3be3092f642778253d9529dd66fe2a014a' * commit …
(edit) @d079d1d3   12 years Clément Bœsch ffprobe: do not escape '"' between single quotes.
(edit) @c1abfcd7   12 years Clément Bœsch doc/resampler: remove .html from link text.
(edit) @1313168   12 years michaelni ffmpeg: avoid negative timestamps for DVD dvdauthor cannot handle …
(edit) @2eb2e179   12 years nicolas.george lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. It is …
(edit) @f105fe5c   12 years michaelni rawdec: fix decoding of odd dimensioned raw yv12 Fix Ticket339 part 2 …
(edit) @67abe21   12 years michaelni mov: fix handling of odd sized yv12 Part 1 of 2 to fix Ticket339 …
(edit) @6e8df250   12 years michaelni mpeg12: fix frame_pred_frame_dct handling in field pictures Fixes …
(edit) @49ec0d8e   12 years michaelni mpeg12: print invalid cbp value Signed-off-by: Michael Niedermayer …
(edit) @343900a1   12 years michaelni mpeg12: print error for invalid skip cases Signed-off-by: Michael …
(edit) @9e28e003   12 years nicolas.george lavc/flacenc: improve error return. Use meaningful error codes and …
(edit) @11ab2c25   12 years nicolas.george lavfi/avfiltergraph: print query_formats errors.
(edit) @5f12d5ad   12 years nicolas.george lswr: improve rematrixing error message. Report channel layout/count …
(edit) @08196c78   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @98275283   12 years michaelni Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01' * commit …
(edit) @ca95d1b3   12 years michaelni Merge commit '7d8482640058d66867602a6f58446c9342d9d146' * commit …
(edit) @6ddda83c   12 years michaelni Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8' * commit …
(edit) @87350d6b   12 years Clément Bœsch lavc/textdec: fix subviewer1 preproc check.
(edit) @c1ea44c   12 years martin rtmp: Add support for limelight authentication Limelight is a not too …
(edit) @08225d0   12 years martin rtmp: Add support for adobe authentication This is mostly used to …
(edit) @33f28a3b   12 years martin rtmp: Add a function for writing AMF strings based on two substrings …
(edit) @c76daa89   12 years martin rtmp: Return a proper error code in handle_invoke_error …
(edit) @50640977   12 years martin configure: suppress -fPIC in msvc builds MSVC doesn't understand the …
(edit) @bcb8d9eb   12 years diego Drop unnecessary 'l' length modifier when printfing double values. %f …
(edit) @117f79de   12 years diego truemotion2: Sanitize tm2_read_header() Also give a variable a more …
(edit) @72ff8ee   12 years Clément Bœsch lavc: correctly set AVSubtitle format for text based subtitles.
(edit) @e3c25860   12 years Clément Bœsch lavc/utils: reindent in avcodec_decode_subtitle2().
(edit) @9a742826   12 years onemda Sony Wave64 muxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @fe5a2fc4   12 years Clément Bœsch Changelog: remove av_{base,dir}_name addition. This belongs only to …
(edit) @8d06e83d   12 years Clément Bœsch lavfi/Makefile: add missing dependencies to FFLIBS.
(edit) @21b6991c   12 years Clément Bœsch lavfi/Makefile: make FFLIBS list consistent.
(edit) @1f265f52   12 years Clément Bœsch microdvd: sanitize AVPackets. Current MicroDVD AVPackets contain …
(edit) @faa94061   12 years Clément Bœsch Add SubViewer v1 subtitles demuxer and decoder.
(edit) @7b434027   12 years Clément Bœsch Add PJS subtitles demuxer and decoder.
(edit) @580ee973   12 years Clément Bœsch FATE: disable fate-sub-mpsub temporarly. Sample has been forgotten, …
(edit) @a1e4e352   12 years Clément Bœsch Add AQTitle subtitles demuxer.
(edit) @94950619   12 years Clément Bœsch lavf/subtitles: fix CLRF/CRLF typo.
(edit) @725d6c61   12 years Clément Bœsch Add MPlayer subtitles demuxer.
(edit) @d9ac8d29   12 years Clément Bœsch lavf: move srtdec:read_chunk() to subtitles utils. This function can …
(edit) @67286fa9   12 years Clément Bœsch 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. …
(edit) @5c68aae9   12 years Clément Bœsch Add VPlayer subtitles demuxer and decoder. Note that the linebreaks …
(edit) @5f02844c   12 years Clément Bœsch Add MPL2 subtitles demuxer and decoder.
(edit) @2d3305e4   12 years Clément Bœsch lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.
(edit) @9db5f820   12 years Clément Bœsch ffserver: add missing padding to extradata.
(edit) @36e61e24   12 years Clément Bœsch lavc: add ff_bprint_to_extradata() helper and use it. This commit …
(edit) @e911f4ae   12 years Clément Bœsch lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.
(edit) @1b673cd9   12 years Clément Bœsch lavc/srtenc: do not add trailing line breaks with SubRip. The SRT …
Note: See TracRevisionLog for help on using the revision log.