source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a3bc7f91   12 years Carl Eugen Hoyos Make H264 reorder buffer size message less verbose.
(edit) @48fdaa1c   12 years Carl Eugen Hoyos snowdec: add new line to some error messages
(edit) @a489db6c   12 years Carl Eugen Hoyos isom: add Radius DV YUV FourCCs
(edit) @1488c4dc   12 years stefasab lavfi: move tracing utilities definition from video.c to avfilter.c …
(edit) @1faf0d6a   12 years Carl Eugen Hoyos Add missing CRLFs to avisynth error messages.
(edit) @757d5b9b   12 years Carl Eugen Hoyos Fix MP2 muxer Makefile dependencies. Found, analysed and tested by …
(edit) @44be6759   12 years Clément Bœsch lavfi/select: use exported dsputil_init function. This is the …
(edit) @1b27b8b   12 years michaelni MANGLEd swscale x86 asm to save registers register starvation caused …
(edit) @1ef802d0   12 years michaelni update filtering_audio example The filtering_audio.c example needs to …
(edit) @13a7bd70   12 years Clément Bœsch lavfi/select: 10l: llabs -> fabs after switching types.
(edit) @9c4821ca   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @944d049e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @df03ae8d   12 years Clément Bœsch ffmpeg: remove two unused variables.
(edit) @5e822500   12 years Clément Bœsch Changelog: add ffprobe flat output.
(edit) @72868144   12 years Clément Bœsch lavfi/select: add scene detection. Based on the shotdetect algorithm …
(edit) @6b87f07   12 years Carl Eugen Hoyos Do not try to encode DVCPRO HD, it produces broken files.
(edit) @0a3e1569   12 years Carl Eugen Hoyos Allow colour space autodetection when encoding ljpeg. This works as …
(edit) @02c2a54b   12 years Carl Eugen Hoyos Remove misplaced comment.
(edit) @bae99f76   12 years Clément Bœsch ffprobe/flat: add escape for '`' and '$'.
(edit) @41e9682a   12 years alex.converse movenc: Write chan atom for all audio tracks in mov mode movies.
(edit) @02ff89a1   12 years michaelni ffmpeg: disable audio volume insertion on the output side. This fixes …
(edit) @84e430dd   12 years martin mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing Per …
(edit) @2b1f105f   12 years anton doc/avconv: add some details about the transcoding process.
(edit) @a982e5a0   12 years anton avidec: make scale and rate unsigned. The specs say they are unsigned …
(edit) @bb7431f   12 years anton avconv: check output stream recording time before each frame returned …
(edit) @a508e7a1   12 years anton avconv: split selecting input file out of transcode().
(edit) @2f51ec2b   12 years anton avconv: split checking for active outputs out of transcode().
(edit) @8eb9bf0   12 years anton avfiltergraph: make some functions static. They are not used outside …
(edit) @b0f6df28   12 years onemda libopenjpeg: YUV410P and YUV411P support Signed-off-by: Paul B Mahol …
(edit) @568a5924   12 years Carl Eugen Hoyos Fix compilation condition for some ProRes dsp encoder functions. …
(edit) @84986b4e   12 years Carl Eugen Hoyos Fix compilation condition for some ProRes dsp decoder functions. …
(edit) @a4b885d5   12 years Carl Eugen Hoyos Fix ProRes decoder Makefile dependencies. Found, analysed and tested …
(edit) @c02ef078   12 years Carl Eugen Hoyos Fix G.723.1 encoder Makefile dependencies.
(edit) @c790ae02   12 years Clément Bœsch ffmpeg: add missing return carriage in error message.
(edit) @e00b2d2   12 years Clément Bœsch options: stop after option is found. This reverts …
(edit) @6b35f1a2   12 years Clément Bœsch timecode: move timecode muxer options to metadata. Some demuxers set …
(edit) @0f0f3bd1   12 years stefasab lavfi: use av_default_item_name() as filter private context logger …
(edit) @38c9ebd2   12 years michaelni ffv1dec: print more information for -debug 1 Signed-off-by: Michael …
(edit) @730d079b   12 years michaelni ffv1: fix log level of FF_DEBUG_PICT_INFO Signed-off-by: Michael …
(edit) @f1add01d   12 years stefasab ffmpeg: be more verbose when printing an error in transcode() Helps …
(edit) @6a9854e8   12 years stefasab ffmpeg: specify more meaningful names for the lavfi buffer sources
(edit) @4d6a8a2b   12 years stefasab lavfi: add avfilter_default_filter_name() The function is modelled …
(edit) @7d82020f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @e10eac91   12 years stefasab lavc/raw: add test utility for listing fourcc/pix_fmt map The test …
(edit) @f3fea5ba   12 years stefasab lavfi/lut: fix component -> rgba mapping
(edit) @8b0e1735   12 years nicolas.george ffmpeg: use filter time base as codec time base.
(edit) @48b5bcb3   12 years nicolas.george ffmpeg: avoid NULL dereference with filters. icodec can be NULL if …
(edit) @eb7efc12   12 years michaelni log: color prefixes according to their source. The use of cyan is …
(edit) @2e39e7d0   12 years michaelni log: add AV_CLASS_CATEGORY_NB Signed-off-by: Michael Niedermayer …
(edit) @2191aef9   12 years michaelni log: cleanup color arrays Signed-off-by: Michael Niedermayer …
(edit) @a5c7525b   12 years michaelni set some categories of some AVClass structs Please help setting the …
(edit) @44c10168   12 years michaelni mpc8: fix channel checks fix heap array overflow Found-by: Piotr …
(edit) @a5ad3c23   12 years michaelni av_get_audio_frame_duration: fix FPE Fixes ticket1392 Found-by: …
(edit) @19dfbf19   12 years anton librtmp: return AVERROR_UNKNOWN instead of -1.
(edit) @a91943bc   12 years anton librtmp: don't abuse a variable for two unrelated things.
(edit) @007aede   12 years anton librtmp: add rtmp_app and rtmp_playpath private options. This makes …
(edit) @96fadfb1   12 years kostya.shishkov bmv: add stricter checks for invalid decoded length This makes …
(edit) @6df1cfa7   12 years michaelni mace: check channel count, fixes FPE Fixes ticket1391 Found-by: …
(edit) @cc229d4e   12 years michaelni h263: disable loop filter with lowres Fixes ticket1212 Found-by: …
(edit) @169dae81   12 years Carl Eugen Hoyos Unconditionally compile init_stream() in bintext. Fixes compilation …
(edit) @cf3a1948   12 years anton avpacket: fix duplicating side data. Use correct side data size …
(edit) @7f17f4f1   12 years nicolas.george af_amerge: use the buferqueue API.
(edit) @2f2d47a   12 years nicolas.george af_astreamsync: set samples rate in query_formats.
(edit) @c983ca5b   12 years michaelni mpegtsenc: zero pointers after freeing Signed-off-by: Michael …
(edit) @328e203c   12 years michaelni mpegts_audio_write: fix potential integer overflow Signed-off-by: …
(edit) @21e2dc9f   12 years lu_zero flv: support stream text data as onTextData Adobe specifies …
(edit) @f67309c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a128b310   12 years michaelni configure: add --enable/disable-random option This allows creating …
(edit) @d0f34c96   12 years michaelni aacsbr: remove unused variables
(edit) @0e3cec9f   12 years michaelni aacsbr: optimize sine level addition Based-on commit by Måns Rullgård …
(edit) @2439bd86   12 years martin mpegtsenc: Support LATM packetization for AAC This adds the avoption …
(edit) @485d3ea0   12 years martin adtsenc: Don't expose the muxer internals to the rest of lavf This …
(edit) @b1c56ea   12 years martin mpegtsenc: use AVFormatContext for AAC packetization This removes the …
(edit) @d1a3a3d4   12 years martin mpegtsenc: use AVERROR() for return codes Signed-off-by: Jindrich …
(edit) @e9523378   12 years michaelni mpc7: fix handling of last frame Fixes heap buffer overflow Fixes …
(edit) @e0eaf100   12 years michaelni oggdec: fix regression that caused reading the whole file during open …
(edit) @22505c18   13 years Marton Balint ffplay: calculate audio diff threshold based on the actual settings …
(edit) @0dad5292   13 years Marton Balint ffplay: try more channel count combinations for SDL_OpenAudio This …
(edit) @82570d2f   13 years michaelni png_parser: dont falsely mark frames as keyframes Fixes Ticket1381 …
(edit) @5665674b   13 years michaelni lavf: use input keyframe flag when muxer does not provide keyframe …
(edit) @b3675f89   13 years michaelni bink: fix out of reference frame read Fixes Ticket1374 …
(edit) @7821264c   13 years Marton Balint ffplay: simplify audio_open, rename parameters to more explanatory …
(edit) @73420379   13 years Marton Balint ffplay: remove VideoState from audio_open Signed-off-by: Marton …
(edit) @e1248f5c   13 years Marton Balint ffplay: put audio parameters to their own struct Signed-off-by: …
(edit) @03095d73   13 years Marton Balint ffplay: put audio_open into a seperate function Signed-off-by: Marton …
(edit) @1bf22c3a   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @fb4e434c   13 years michaelni h264: log debug output for slightly truncated streams Signed-off-by: …
(edit) @cd0f9f00   13 years michaelni h264: try to better handle h264 streams that are slightly truncated …
(edit) @debbcfae   13 years michaelni bmv: fix apparent sign error in the frame_off check Fixes part of …
(edit) @679c578c   13 years michaelni bmv: fix integer overflows in vlc decoder. Fixes part of Ticket1373 …
(edit) @9ebe6e39   13 years michaelni ffv1: fix integer overflow in quant table initialization Fixes part …
(edit) @97c281d5   13 years michaelni ffv1: fix crash caused by version becoming inconsistent Fixes part of …
(edit) @0bae6661   13 years michaelni fraps: fix version 0/1 input data size check. Fixes array overread. …
(edit) @f23a2418   13 years michaelni wmv1: check that the input buffer is large enough Fixes null ptr …
(edit) @fd0c83c6   13 years Clément Bœsch ffprobe: add flat output format.
(edit) @db839544   13 years Clément Bœsch ffprobe/xml: use writer multiple_sections instead of local context …
(edit) @2248db94   13 years Clément Bœsch ffprobe: move packets_and_frames work to writer context.
(edit) @7980a260   13 years Carl Eugen Hoyos Let ffmpeg select the null and anull filters. They are needed since …
(edit) @fbc5e0fa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: http: …
(edit) @0d83edab   13 years michaelni dct-test: give emms a memory clober. Without this, the compiler in …
Note: See TracRevisionLog for help on using the revision log.