source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @883f85fa   10 years michaelni avdevice/fbdev_common: Use av_freep(), avoid leaving stale pointers …
(edit) @c05310d4   10 years michaelni avdevice/pulse_audio_common: Use av_freep(), avoid leaving stale …
(edit) @5d37d70b   10 years michaelni avformat/apngdec: add APNG demuxer. Signed-off-by: Michael …
(edit) @33acebd3   10 years michaelni avcodec/pngdec: add APNG support. Signed-off-by: Michael Niedermayer …
(edit) @367c9d33   10 years michaelni avformat: replace some odd 30-60 rates by higher less odd ones in …
(edit) @f0ae0354   10 years michaelni avformat/avidec: fix handling dv in avi Fixes Ticket4086 …
(edit) @ab922f9e   10 years lukasz.m.luki2 lavu/dict: add av_dict_get_string Signed-off-by: Lukasz Marek …
(edit) @7d75a399   10 years lukasz.m.luki2 lavc/options: fix rc_eq leak rc_eq is an option, so it is copied by …
(edit) @21ded9ce   10 years michaelni avcodec/imc: Use avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @b054054c   10 years michaelni avcodec/dcadec: Use avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @9018bd11   10 years michaelni avcodec/atrac1: Use avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @8bce5c8e   10 years michaelni avcodec/ac3dec: Use avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @17b7f99d   10 years michaelni configure: disable strip when using icl. Signed-off-by: Michael …
(edit) @bab11fe   10 years michaelni avcodec/mpeg12dec: forward error codes Signed-off-by: Michael …
(edit) @1852b2a   10 years michaelni avcodec/mpeg12dec: Use more specific error codes Signed-off-by: …
(edit) @0f8908aa   10 years michaelni avcodec/mpeg12dec: do not fail on invalid frame_rate_index Fixes …
(edit) @88b4c1a7   10 years michaelni avcodec/mpeg12dec: Print error/warning messages on issues in …
(edit) @e39f8fad   10 years michaelni configure: Prevent icl being incorrectly detected as msvc. …
(edit) @9266eb0c   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @29d208d5   10 years michaelni avutil/arm/float_dsp_init_vfp: replace restrict by av_restrict …
(edit) @25ccf5d   10 years Carl Eugen Hoyos lavf/mux: Always call write_trailer() from av_write_trailer() to avoid …
(edit) @c661601f   10 years michaelni Changelog: add WebP muxer Suggested-by: jamrial Signed-off-by: …
(edit) @4388e78a   10 years michaelni swscale/x86/rgb2rgb_template: handle the first 2 lines with C in …
(edit) @0dba982b   10 years michaelni avformat/dtsdec: dts_probe: check reserved bit, check lfe, check …
(edit) @fbb6de2a   10 years michaelni Merge commit '7fd10f66b722eccc2ada9128766d002f6d751f79' * commit …
(edit) @f3dcabef   10 years michaelni Merge commit 'f918b8a2933a65020cbe490ec637d5485c11a692' * commit …
(edit) @660a8b43   10 years michaelni avformat/avienc: write last frame duration Fixes small part of Ticket …
(edit) @be448564   10 years michaelni avformat/avienc: factor frame skip code out Signed-off-by: Michael …
(edit) @33bc81e4   10 years michaelni ffmpeg: skip duration cliping for passthrough & drop modes …
(edit) @de8cd93a   10 years u doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena …
(edit) @4e20e94   10 years michaelni ffmpeg: Check duration for overlap and clip in fps cfr/vfr code …
(edit) @c5092025   10 years michaelni ffmpeg: Use input packet duration in vfr/cfr code if available and …
(edit) @4ffec6d9   10 years michaelni avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in …
(edit) @b9792afa   10 years michaelni avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory …
(edit) @beec818d   10 years michaelni avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in …
(edit) @61fc1cbf   10 years michaelni ffmpeg: fix printed timestamp for droped frames Signed-off-by: …
(edit) @7fd10f66   10 years martin hdsenc: Clear the previous codec tag when setting up the chained muxer …
(edit) @f918b8a2   10 years martin hdsenc: Use the right filename in an error message Signed-off-by: …
(edit) @484d42a0   10 years stefasab lavf/concatdec: add timestamp log Help debugging timestamp conversion …
(edit) @9f6d48d   10 years michaelni ffmpeg: better CFR frame duplication selection This improves the …
(edit) @8b43b0e8   10 years michaelni ffmpeg: fix variable type for end char fixes warning Signed-off-by: …
(edit) @873dac50   10 years michaelni avformat/mpegtsenc: change the min value for mpegts_start_pid to allow …
(edit) @5f8fcdd4   10 years michaelni dashenc: degrade gracefully if a stream's bitrate is unavailable If a …
(edit) @568f1ec   10 years u doc/writing_filters: fix reference to Lenna image
(edit) @6da12d46   10 years u doc/writing_filters: use a more portable sed command in the walk-through
(edit) @30d3f976   10 years michaelni Merge commit '7813e6752bdab38a5686c301e869ee71d97bce69' * commit …
(edit) @ea79dfba   10 years michaelni avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis …
(edit) @d1d39042   10 years michaelni avcodec/options: Set AVCodecContext->codec upon initialization. …
(edit) @7813e675   10 years martin configure: Fix enabling memalign_hack automatically simd_align_16 is …
(edit) @bccae39   10 years James lavf/ffmenc: fix memleak in ffm_write_header Regression since …
(edit) @43c1d82b   10 years michaelni doc/filters: use '|' instead of ':' in the documentation. Using …
(edit) @9e526213   10 years michaelni avfilter/af_volume: Use avpriv_float_dsp_alloc() Signed-off-by: …
(edit) @aa97223f   10 years michaelni avfilter/af_amix: Use avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @06d27428   10 years michaelni avcodec/nellymoser: Use avpriv_float_dsp_alloc() Signed-off-by: …
(edit) @4eae568a   10 years michaelni doc/APIchanges: Fix some wrong versions Signed-off-by: Michael …
(edit) @a54a51cc   10 years michaelni avutil/float_dsp: add avpriv_float_dsp_alloc() Signed-off-by: Michael …
(edit) @bb5e1482   10 years michaelni libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in …
(edit) @98fbf8ef   10 years michaelni libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in …
(edit) @ade140e   10 years michaelni libavcodec/libx264: Use av_freep() avoid leaving stale pointers in …
(edit) @42434157   10 years michaelni avcodec/mjpegdec: Support some subsampled GBR variants Fixes …
(edit) @0b75b6c   10 years michaelni avformat/mp3dec: avoid seeking to negative positions Fixes Ticket4038 …
(edit) @9bb6e117   10 years michaelni avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct …
(edit) @4cd4a6de   10 years michaelni Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb' * commit …
(edit) @cdbebae4   10 years michaelni Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa' * commit …
(edit) @8426ede   10 years michaelni Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b' * commit …
(edit) @7384ec19   10 years michaelni Merge commit 'a28468d0daf4be14761c16a3ddd33266b2380123' * commit …
(edit) @9943c5a4   10 years michaelni Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd' * commit …
(edit) @2007082d   10 years vittorio.giovara mov: check ff_get_wav_header() return value CC: …
(edit) @85dc006   10 years vittorio.giovara lavc: fix bitshifts amount bigger than the type CC: …
(edit) @771656bd   10 years vittorio.giovara libvpxenc: clean memory on error CC: libav-stable@libav.org Bug-Id: …
(edit) @a28468d0   10 years vittorio.giovara librtmp: append the correct field to the string Also prevent a NULL …
(edit) @afbaa9a7   10 years michaelni avdevice/oss_audio: avoid strerror() and errbuf Signed-off-by: …
(edit) @e60c025e   10 years michaelni Merge commit 'c302d034ba2690a935df8bf7e4f5d44ed86e8d5c' * commit …
(edit) @4dc305d7   10 years michaelni Merge commit '40ed1cbf147d09fc0894bee160f0b6b6d9159fc5' * commit …
(edit) @3fa4351d   10 years michaelni Merge commit '3847f3ab58b3b74604807394247bf68827258103' * commit …
(edit) @9257692a   10 years martin lavf: Only initialize s->offset once when using avoid_negative_ts …
(edit) @b5b15c4d   10 years michaelni Merge commit 'fe5e6e34c05e274f98528be4f77f3c474473f977' * commit …
(edit) @9e0b0c60   10 years michaelni Merge commit '2ded57371abead879bcee56da5131e5fac0d17ef' * commit …
(edit) @1fddfaa2   10 years michaelni Merge commit '2d9d6afb8d2f284f5e620ecc19f643d5cd3facb8' * commit …
(edit) @b96c1cd7   10 years michaelni Merge commit '0f9eb9165bb7d7982fdedf64f6bcec856f1bedd6' * commit …
(edit) @894d1033   10 years michaelni avcodec/lcldec: support rgb24 with width%4 != 0 Fixes Ticket1216 …
(edit) @92c07acc   10 years Carl Eugen Hoyos Read (display) aspect ratio from mxf files. Fixes ticket #4107.
(edit) @c302d034   10 years martin tools: Add a sidxindex tool This tool can write an MPD file for …
(edit) @40ed1cbf   10 years martin movenc: Allow writing a DASH sidx atom at the start of files This is …
(edit) @3847f3ab   10 years martin movenc: Add tfra entries for all tracks in a moof Previously only …
(edit) @fe5e6e34   10 years martin lavf: Add an MPEG-DASH ISOFF segmenting muxer This is mostly to serve …
(edit) @2ded5737   10 years martin movenc: Add support for writing sidx atoms for DASH segments A flag …
(edit) @0b3c2305   10 years michaelni configure: Enable mpcodec compilation without inline asm. …
(edit) @70205f17   10 years michaelni mpcodecs: Use _INLINE guards for inline asm. Enabled compilation with …
(edit) @2d9d6afb   10 years martin movenc: Factorize adding fragment info into a separate function By …
(edit) @0f9eb91   10 years martin movenc: Include empty tracks in iods when writing fragmented mp4 When …
(edit) @cc5f7315   10 years michaelni avformat/flvenc: remove unused variable Signed-off-by: Michael …
(edit) @4127d97c   10 years michaelni Merge commit 'c64f3615118d757dcf76040fe5407bf2b3883206' * commit …
(edit) @bb7be3b7   10 years michaelni Merge commit '4d0cd5f58c892276716f46f4b2702915e5018215' * commit …
(edit) @c88ae843   10 years michaelni Merge commit '8b573ddda75980f724f779ff75aacc2ff81d9e0e' * commit …
(edit) @91a9ae5b   10 years michaelni Merge commit 'eac3ac1fe0774b65316852616b2672702dbc3f31' * commit …
(edit) @0d5af820   10 years michaelni Merge commit 'eb335f3c5ce37f2b93c993e28404d113bee843bc' * commit …
(edit) @c23d7de2   10 years michaelni Merge commit '84c0ece5fd9569c0f31804f02a199ecd0e7d13d8' * commit …
(edit) @e0785494   10 years michaelni Merge commit 'a7b365ae191f45a0d7ed7b34033d5d0cbdd47139' * commit …
(edit) @30156eab   10 years michaelni Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55' * commit …
Note: See TracRevisionLog for help on using the revision log.