source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @28b96efa   12 years stefasab lavf/hlsenc: fix minor grammar inconsistencies in the option help messages
(edit) @b448677e   12 years stefasab doc: remove inclusion of libav* documentation in tools This shrinks …
(edit) @ca3327d5   12 years stefasab doc/ffmpeg-formats: include metadata chapter The metadata …
(edit) @d4fdaafd   12 years Carl Eugen Hoyos Always write all colours for animated gif files, including transparent …
(edit) @9321e935   12 years onemda gifdec: fix invalid write in gif_copy_img_rect Signed-off-by: Paul B …
(edit) @c004de0   12 years onemda gifdec: fix invalid write in giff_fill_rect Signed-off-by: Paul B …
(edit) @103410d6   12 years michaelni ffmpeg_opt: fix recording time in->out carryover. This should fix …
(edit) @c7a1239   12 years nicolas.george lavfi/af_aconvert: update audio->channels.
(edit) @17714adb   12 years onemda tiffdec: support LZW compression with inverted FillOrder
(edit) @217bdd08   12 years Clément Bœsch lavf/srtdec: reindent after previous commits.
(edit) @6c26fc77   12 years Clément Bœsch lavf/srtenc: honor subtitle position side data.
(edit) @1dab8d91   12 years Clément Bœsch lavf/srtdec: switch to FFDemuxSubtitlesQueue API.
(edit) @0072116c   12 years Clément Bœsch lavf: split packets before muxing. After demuxing, data and side are …
(edit) @52f21763   12 years michaelni aiffenc: set correct number of bits foru8 in aiff with this change …
(edit) @0146c1f0   12 years nicolas.george lavfi: remove init and check of rate and layout. The sample rate and …
(edit) @5033a1af   12 years nicolas.george lavfi/buffersrc: remove init of rate and layout. The sample rate and …
(edit) @34de47aa   12 years nicolas.george lavfi: add an accessor for ref->audio->channels.
(edit) @238edd2f   12 years nicolas.george lavfi: add a channels field to AVFilterLink. Also: fix af_pan and …
(edit) @a9275b4f   12 years michaelni h264: Fix code to also handle pix format changes. Signed-off-by: …
(edit) @41135b7f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @40ea3438   12 years michaelni Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011' * commit …
(edit) @174c483e   12 years Clément Bœsch lavfi/select: fix compilation with avcodec disabled.
(edit) @974ac57   12 years michaelni astenc: Remove two AVRationals with denominator 1 They are completely …
(edit) @8525fa7c   12 years michaelni h264: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @a46c5657   12 years michaelni ffmpeg_opt: fix pointer types Signed-off-by: Michael Niedermayer …
(edit) @73db0bf1   12 years michaelni mpegvideo: increase scratchpad sizes These where reduced in …
(edit) @53fa6f58   12 years Clément Bœsch doc/general: sort subtitles formats.
(edit) @e5e5664c   12 years Clément Bœsch fate: add and fix subtitles dependencies.
(edit) @7e900538   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @1667152a   12 years michaelni Merge commit 'acb571c89a065d943163c11efb46de35774f1909' * commit …
(edit) @ba4bcb19   12 years michaelni cmdutils: implement debug/fdebug log level update differently. The …
(edit) @af4b1c0   12 years michaelni Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06' * commit …
(edit) @b2fe6756   12 years justin.ruggles lavr: add option for dithering during sample format conversion to s16
(edit) @52b86647   12 years Clément Bœsch doc/faq: move filter links to the ffmpeg-filters.html page.
(edit) @521a963   12 years Clément Bœsch doc/faq: improve concatenation entry.
(edit) @cb0881c7   12 years Clément Bœsch ffmpeg: use GROW_ARRAY in opt_map_channel.
(edit) @61bc3d80   12 years michaelni Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a' * commit …
(edit) @33f9b243   12 years michaelni Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77' * commit …
(edit) @58236862   12 years anton mpeg12: do not decode extradata more than once. Fixes CVE-2012-2803. …
(edit) @465c7de7   12 years michaelni Merge commit 'a01c02bcff755a7891f777706b27452203aac71e' * commit …
(edit) @c661cb66   12 years anton cmdutils: pass number of groups to split_commandline(). This makes …
(edit) @330983b7   12 years michaelni Merge commit '10bca66101b79954512cd9d8ee20c3bc4513adf3' * commit …
(edit) @f61498e1   12 years michaelni Merge commit '9e696d2e5ffaa763c564682ec18c3b51b3e5fccc' Merge only …
(edit) @ca4dd381   12 years michaelni h264: use must_reinit to simplify code Signed-off-by: Michael …
(edit) @af0fafcb   12 years michaelni h264: decode_update_thread_context() copy parameter sets before using …
(edit) @e33811b   12 years michaelni h264: remove reschange blocking Signed-off-by: Michael Niedermayer …
(edit) @c2dfb1e3   12 years michaelni h264: support frame size changes with multi threading Based on code …
(edit) @7e6c6839   12 years michaelni ffmpeg_filter: use frame instead of decoder context pixel format …
(edit) @04a530f7   12 years michaelni ffmpeg_filter: use frame dimensions instead of decoder context …
(edit) @8ea4a553   12 years michaelni h264: move h264_set_parameter_from_sps() call up Signed-off-by: …
(edit) @afc03268   12 years michaelni h264: move list_count and current_slice reset to flush_change() …
(edit) @971c469a   12 years michaelni h264: split flush_change() out of flush_dpb() Based on a patch by …
(edit) @25a0af51   12 years michaelni h264: factor get_pixel_format() out Based on patch by Janne Grunau …
(edit) @76877bea   12 years onemda au: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @a1d14336   12 years Clément Bœsch pp: fix a few typo in the template.
(edit) @d85854b2   12 years onemda pvfdec: drop pointless casting of buffer in ff_get_line() …
(edit) @642a655f   12 years michaelni Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8' * commit …
(edit) @bb2bab92   12 years janne-libav mov: handle h263 and flv1 for codec_tag 'H','2','6','3' The sample in …
(edit) @e84194f0   12 years michaelni Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937' * commit …
(edit) @af804db   12 years michaelni Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' * commit …
(edit) @1c8bf3bf   12 years janne-libav h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles Fixes …
(edit) @80a9297   12 years Clément Bœsch doc: remove mention of fifo filter in the introduction. It's …
(edit) @022e118e   12 years stefasab lavfi/setpts: enable debug logs, and improve/extend debug messages
(edit) @ec4a0845   12 years Carl Eugen Hoyos Show underscores in av_get_codec_tag_string().
(edit) @c5d7c7d3   12 years stefasab doc: extend "See Also" chapters in library manuals In particular, …
(edit) @9b323a9b   12 years stefasab doc: extend "See Also" chapters in component manuals In particular, …
(edit) @9d6517aa   12 years stefasab doc: extend "See Also" chapter rendering for ff* tools Add more …
(edit) @c2ac6477   12 years stefasab doc: rework synopsis section for ff* tools Fix syntax, remove …
(edit) @461716d3   12 years stefasab doc: use a common authors.texi file blurb Factorize.
(edit) @ca3d7862   12 years stefasab doc/texi2pod: rework man inclusion logic Ignore @c man begin ... @c …
(edit) @45635885   12 years janne-libav mpegvideo: increase edge_emu_buffer size for VC1 The VC1 decoder uses …
(edit) @a34d9ad9   12 years lu_zero lavc: merge latest x86inc.asm fixes with x264 Unbreak NASM support. …
(edit) @1166fc07   12 years michaelni utils: fix duration calculation for strange_duration_example.ts …
(edit) @de2022c5   12 years Clément Bœsch lavfi/gradfun: small align cosmetics.
(edit) @fea6f5e1   12 years Clément Bœsch doc/filters: reformat and rework gradfun. Note that examples are changed.
(edit) @526e2415   12 years Clément Bœsch lavfi/gradfun: support named options. This breaks usage for …
(edit) @ca83e6c   12 years Clément Bœsch fate: re-enable lavfi gradfun filter test.
(edit) @3bdd70fc   12 years Clément Bœsch lavfi/gradfun: reduce up limit for threshold. This will prevent an …
(edit) @63e1fc25   12 years Clément Bœsch lavfi/gradfun: remove rounding to match C and SSE code. There is no …
(edit) @60ba9a9a   12 years Clément Bœsch lavfi/gradfun: fix dithering in MMX code. Current dithering only use …
(edit) @49de902a   12 years Clément Bœsch lavfi/gradfun: fix rounding in MMX code. Current code divide before …
(edit) @dd8a76ab   12 years Clément Bœsch lavfi/gradfun: do not increment DC pointer for odd values. First DC …
(edit) @dea9da5f   12 years onemda qcelpdata: correct start bit for cbgain[0] in …
(edit) @c4a32d92   12 years michaelni ffmpeg: Fix shortest with libx264 Encoders that buffer a significant …
(edit) @1b9ced68   12 years stefasab MAINTAINERS: update my GPG key fingerprint
(edit) @d687b8c8   12 years Carl Eugen Hoyos Cosmetics: Reindent after last commit.
(edit) @00a62e67   12 years Carl Eugen Hoyos Do not skip three bytes and don't search for extradata in old …
(edit) @acb571c8   12 years janne-libav avcodec: bump minor for adaptive h264 frame-mt Also adds forgotten …
(edit) @e82cb79a   12 years anton avconv: pass the actually selected decoder to filter_codec_opts().
(edit) @77bd1bc7   12 years anton avconv: use new options parser.
(edit) @0ec1642b   12 years anton cmdutils: don't log an error in opt_default(). It results in spurious …
(edit) @8c9af5b2   12 years anton cmdutils: add a commandline pre-parser. It splits the commandline …
(edit) @a01c02bc   12 years anton cmdutils: split parse_option(). Separate the code that searches for …
(edit) @10bca661   12 years anton cmdutils: add a macro to simplify grow_array() calls.
(edit) @9e696d2e   12 years janne-libav h264: support frame parameter changes during frame-mt Fixes CVE-2012-2782.
(edit) @f1d8763a   12 years janne-libav mpegvideo: allocate scratch buffers after linesize is known Since we …
(edit) @ed2d7d58   12 years janne-libav ff_h264_direct_ref_list_init: fix B slice check. Fixes null pointer …
(edit) @73ad2c2f   12 years janne-libav h264: increase dist_scale_factor for up to 32 references Compute …
(edit) @9700a7a1   12 years michaelni af_apad: remove unneeded av_opt_free Signed-off-by: Michael …
(edit) @c311431e   12 years michaelni apad: add whole_len and pad_len options. These options allow padding …
Note: See TracRevisionLog for help on using the revision log.