source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a08194b4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @8d0b2aae   12 years michaelni Merge commit 'e96406eda4f143f101bd44372f7b2d542183000a' * commit …
(edit) @ea96fedd   12 years michaelni Merge commit '3f95f0dda55fca74b646937095a02a8fa9776622' * commit …
(edit) @e1cf1a9c   12 years michaelni Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8' * commit …
(edit) @d0b45045   12 years michaelni matroskadec: fix ffio_init_context() usage Signed-off-by: Michael …
(edit) @cb8d3965   12 years stefasab lavfi/yadif: add support to named constants
(edit) @f7dc6aa6   12 years stefasab lavfi/yadif: add support to named options and options introspection …
(edit) @8674597f   12 years stefasab lavfi/yadif: remove redundant NULL checks in uninit
(edit) @4ea7c179   12 years stefasab lavfi/yadif: fail during the configuration stage in case of invalid …
(edit) @b52c1d0c   12 years stefasab lavfi/yadif: remove unused poll_frame callback
(edit) @155cdc1d   12 years Carl Eugen Hoyos Add a comment about an intentional misspelling to the id3v1 tags.
(edit) @22844487   12 years Carl Eugen Hoyos Revert "Fix id3v1 tag spelling." The misspelling is used in the …
(edit) @95016fd1   12 years Carl Eugen Hoyos Fix id3v1 tag spelling.
(edit) @be6cde3c   12 years martin lavr: fix missing " in header documentation Signed-off-by: Peter …
(edit) @b888cea9   12 years michaelni ac3dec: split out pointer update loop for saftey Signed-off-by: …
(edit) @4e0738ce   12 years michaelni mpegaudiodec/mp3on4: fix buffer size. The larger (and really ugly) …
(edit) @7b5fdd04   12 years michaelni locodec: flip RGBA Fixes Ticket1222 Signed-off-by: Michael …
(edit) @9e36d9e4   12 years michaelni pngdec: fix decoding of right column for 2/4bpp Fixes Ticket1146 …
(edit) @c5142a9   12 years michaelni Support more AVC-Intra files Followup to …
(edit) @def01739   12 years michaelni mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra Signed-off-by: …
(edit) @28d75441   12 years onemda fate: update seek-lavf-aiff after previous commit Signed-off-by: Paul …
(edit) @48340bbb   12 years onemda aiffenc: metadata support Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @0c894393   12 years onemda gifdec: use log level that have more common sense Signed-off-by: Paul …
(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) @53c25ee0   12 years martin aviobuf: Discard old buffered, previously read data in …
(edit) @e96406ed   12 years martin rtsp: Add support for depacketizing RTP data via custom IO To use …
(edit) @3f95f0dd   12 years martin rtpdec: Move the URLContext used for RTCP RR out from the context, to …
(edit) @a0b7e289   12 years martin aviobuf: Partial support for reading in read/write contexts So far, …
(edit) @3048fae6   12 years martin build: Avoid detecting bogus components named 'x' The function …
(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 …
Note: See TracRevisionLog for help on using the revision log.