source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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 …
(edit) @3af3a300   12 years Clément Bœsch lavf/srtdec: remove line break hack. This is not necessary anymore …
(edit) @d927d83   12 years Clément Bœsch lavc/srtdec: make some sscanf to work at the end of a line. Fix …
(edit) @5e6ee38   12 years anton FATE: add cavs test
(edit) @fb0cb11f   12 years anton cavsdec: export picture type in the output frame
(edit) @7d848264   12 years anton cavs: deMpegEncContextize It does not use any of the mpegvideo …
(edit) @64bb3fa6   12 years anton cavs: cosmetics, reformat top part
(edit) @185c2ef8   12 years anton cavsdec: cosmetics, reformat
(edit) @c36302a7   12 years nicolas.george lavfi/sink_buffer: switch to filter_frame.
(edit) @a978c04e   12 years nicolas.george lavfi/video: ensure that filter_frame is called. This is a temporary …
(edit) @522cb6ab   12 years onemda gifdec: use transparent instead of background color index Wrong code …
(edit) @b84871b8   12 years michaelni vf_tinterlace: dont mix declarations and expressions Signed-off-by: …
(edit) @c0c0b196   12 years michaelni lavfi: remove some draw_slice related code that has become unneeded …
(edit) @8997a0fa   12 years stefasab lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes …
(edit) @9e3b6285   12 years stefasab doc/filters: drop duplicated description of resampler options in …
(edit) @cbed2426   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: snow: …
(edit) @384dd980   12 years michaelni Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a' * commit …
(edit) @56c71cd5   12 years michaelni Merge commit '9b1370aced385698bc783747917544ab69ecb373' * commit …
(edit) @19e1c8e4   12 years michaelni Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242' * commit …
(edit) @2ce43b37   12 years michaelni Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405' * commit …
(edit) @613001d7   12 years Clément Bœsch Merge back some registering macros in all*.c. This breaks the sed in …
(edit) @c83002a4   12 years Clément Bœsch lavc/ass_split: check for NULL pointer in …
(edit) @b113d4a8   12 years michaelni aacdec: make dual mono mode selectable through AVOptions too. Based …
(edit) @644f021c   12 years michaelni aacdec: simplify dmono Signed-off-by: Michael Niedermayer …
(edit) @6d386619   12 years michaelni aacdec: fix dual mono Signed-off-by: Michael Niedermayer …
(edit) @518239cd   12 years Clément Bœsch build: postproc cleanup. This reverts 79f80f5c, moves postproc along …
(edit) @015da965   12 years diego libavcodec/utils: Add braces to shut up gcc warnings …
(edit) @c77eb4ee   12 years michaelni sws: fix warning: cast from pointer to integer of different size …
(edit) @3cd137bf   12 years michaelni vf_deshake: fix strict aliassing errors Signed-off-by: Michael …
(edit) @aa9507cc   12 years michaelni swscale: fix warning: assignment from incompatible pointer type …
(edit) @05d81a57   12 years michaelni motion_est_template: fix warning: "ASSERT_LEVEL" is not defined …
(edit) @4f1d7cc0   12 years michaelni bktr: fix warning: missing braces around initializer Signed-off-by: …
(edit) @925c9f44   12 years michaelni Fix OS/2 threading Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @53228f4   12 years michaelni avf_concat: init pointers to NULL for saftey and to avoid warning of …
(edit) @d59d39e   12 years onemda wavdec: fix duration calculation for files with invalid data size …
(edit) @d615da60   12 years lu_zero snow: use VideoDSPContext It was left over from the initial conversion.
(edit) @30a76487   12 years lu_zero hlsenc: make segment number unsigned It will overflow if somebody …
(edit) @9b1370ac   12 years lu_zero hlsenc: do not add timestamps in different timebases start_time is in …
(edit) @0448f26c   12 years lu_zero hlsenc: keep the playlist to the correct number of items Consider the …
(edit) @27a15e0   12 years lu_zero hlsenc: make EXT-X-MEDIA-SEQUENCE always increase
(edit) @0d8cc7a3   12 years lu_zero hlsenc: use the correct AV_TIME_BASE macro recording_time is in …
(edit) @6dd93ee6   12 years lu_zero hlsenc: check append_entry return value
(edit) @ae85d6c   12 years lu_zero hlsenc: use the segment filename in the playlist entry Avoid calling …
(edit) @66f7b486   12 years lu_zero hlsenc: use the basename to generate the list entries The segment …
(edit) @d8fd06c3   12 years lu_zero avstring: add av_basename and av_dirname Thread safe version of the …
(edit) @981baf74   12 years michaelni lavfi: replace REGISTER_BUILTIN_FILTER() by …
(edit) @83d4a84   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a9443a1   12 years michaelni Merge commit '69583bd3b1eba471366141c945030c163e073e02' * commit …
(edit) @ba34e56c   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @c5bea1b0   12 years michaelni xtea: fix unused variable warning for config_small Signed-off-by: …
(edit) @e0a99d54   12 years michaelni msmpeg4enc: fix possible use of uninitialized warning Signed-off-by: …
(edit) @2fbc8ea0   12 years michaelni hpel_motion_search: move code used for asserts under correct #if This …
(edit) @30872fa0   12 years michaelni ivi_common: Fix use of uninitialized warnings Signed-off-by: Michael …
(edit) @76e65a1b   12 years michaelni avs: silence "may be used uninitialized" warnings We initialize the …
(edit) @3f8ee30e   12 years onemda mmfenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @f18d2137   12 years onemda aiffenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @8ad010a7   12 years onemda soxenc: use ff_raw_write_packet() Signed-off-by: Paul B Mahol …
(edit) @a4b62f36   12 years onemda soxdec: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @09401694   12 years onemda soxenc: use ffio_fill Signed-off-by: Paul B Mahol <onemda@gmail.com>
Note: See TracRevisionLog for help on using the revision log.