source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5c2a4d3b   13 years michaelni ffmpeg: fix broken indentation.
(edit) @dd07242   13 years michaelni ffmpeg: get rid of the arbitrary MAX_FILES limit.
(edit) @76e48733   13 years michaelni ffmpeg: get rid of the output_streams_for_file vs. ost_table …
(edit) @b091de22   13 years michaelni Revert "Fix stream mapping regression" Subsequent cherry picks are …
(edit) @61b933f5   13 years michaelni ffmpeg: add a wrapper for output AVFormatContexts and merge …
(edit) @0ea58d71   13 years michaelni ffmpeg: make itsscale syntax consistent with other options. Move the …
(edit) @81e46555   13 years michaelni ffmpeg: factor out adding input streams.
(edit) @a6d0340   13 years michaelni ffmpeg: Factorize combining auto vsync with format.
(edit) @ebf94f4   13 years michaelni ffmpeg: Factorize video resampling.
(edit) @dadbebbb   13 years michaelni ffmpeg: Don't unnecessarily convert ipts to a double.
(edit) @7357f6e6   13 years michaelni ffmpeg: don't segfault on 0 input files.
(edit) @6e675b50   13 years michaelni ffmpeg: remove pointless parameter from new_*_stream(). New streams …
(edit) @868013aa   13 years michaelni ffmpeg: cosmetics, move code Move find_codec_or_die(), …
(edit) @6f610fa1   13 years michaelni ffmpeg: cosmetics -- move copy_chapters(). It's only used in …
(edit) @c692eda3   13 years michaelni ffmpeg: cosmetics -- move parse_forced_key_frames(). …
(edit) @f69e8c7d   13 years michaelni ffmpeg: switch to a:b syntax
(edit) @e3bf4e29   13 years michaelni ffmpeg: replace -vcodec/-acodec/-scodec with a better system. The new …
(edit) @a0147957   13 years michaelni ffmpeg: remove presets. Nothing except x264 uses them and native x264 …
(edit) @2d726b19   13 years michaelni Revert "ffmpeg: simplify opt_*_codec() options" This is needed because …
(edit) @88bfe451   13 years michaelni ffmpeg: change semantics of -map New syntax contains an optional …
(edit) @f12f40b3   13 years michaelni ffmpeg: get rid of new* options. They are confusing, irregular and …
(edit) @7efec8dd   13 years michaelni ffmpeg: rename sameq variables to same_quant
(edit) @5a9e42ec   13 years michaelni ffmpeg: make -map_metadata work consistently with the other options …
(edit) @6bf3c39d   13 years michaelni ffmpeg: make -map_chapters accept only the input file index. This is …
(edit) @97861f5b   13 years michaelni ffmpeg: Set codec_type in new_output_stream Ported from a change from …
(edit) @a0ce297b   13 years michaelni ffmpeg: rename ffmpeg_exit in exit_program Signed-off-by: Michael …
(edit) @c41bf905   13 years Carl Eugen Hoyos Only autodetect loas in transport streams. The Makito encoder sets …
(edit) @75a22521   13 years Carl Eugen Hoyos Support Nellymoser in isom.
(edit) @66624cbb   13 years Carl Eugen Hoyos Disable cropping for the brainfart case. This fixes ticket #348 for …
(edit) @c70e8523   13 years stefano.sabatini-lala vsrc_testsrc: set more properties in the output frames
(edit) @bf917e26   13 years stefano.sabatini-lala fifo: add note in av_fifo_realloc2() doxy regarding reallocation …
(edit) @0629b1ff   13 years Clément Bœsch ffprobe: introduce output format writers.
(edit) @f33be93b   13 years Clément Bœsch mov: read tmcd tag and set timecode drop flag accordingly.
(edit) @62702075   13 years michaelni h264: allow debuging SEI types Signed-off-by: Michael Niedermayer …
(edit) @caf63ebd   13 years Carl Eugen Hoyos Fix some APIchange versions.
(edit) @db5effe1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
(edit) @ea36c44e   13 years michaelni avfilter_graph_queue_command: Allow queueing commands out of order …
(edit) @37f9de59   13 years michaelni avfilter: fix processing multiple commands per frame and filter …
(edit) @50be0b91   13 years michaelni ffmpeg: Support queing filter commands for later times Signed-off-by: …
(edit) @3d8176d2   13 years michaelni avfilter: Add avfilter_graph_que_command() Signed-off-by: Michael …
(edit) @f782ce3b   13 years michaelni drawtext: Support changing parameters through reinit command at …
(edit) @bb22f39f   13 years michaelni ffmpeg: Support passing commands to filters at runtime Signed-off-by: …
(edit) @1e5014c7   13 years michaelni avfilter: Add command passing support Signed-off-by: Michael …
(edit) @22141917   13 years lu_zero Revert "h264: Properly set coded_{width, height} when parsing H.264." …
(edit) @8b722297   13 years diego isom: add missing AVC-Intra tags, rearrange list and update comments …
(edit) @c922816d   13 years anton avconv: remove stubs of crop* and pad* options
(edit) @ed5b1326   13 years anton avconv: re-add nb_streams to InputFile. It was mistakenly removed in …
(edit) @4becc861   13 years michaelni issue_tracker.txt: more updates toward trac Signed-off-by: Michael …
(edit) @6e2c036b   13 years michaelni doc/issue_tracker.txt: regressions are important Signed-off-by: …
(edit) @80d4538d   13 years michaelni doc/issue_tracker.txt: Update toward trac Signed-off-by: Michael …
(edit) @312645e0   13 years Carl Eugen Hoyos Do not set codec_tag property for matroska muxers. Fixes ticket #8.
(edit) @ab539d9e   13 years Carl Eugen Hoyos Use the shorter channel layout description for the common case.
(edit) @262ab1c   13 years Carl Eugen Hoyos Do not assume timestamps for mp2 format.
(edit) @3dd44e50   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Use …
(edit) @09a858da   13 years michaelni Add support for BDAV/m2ts-mode muxing Signed-off-by: Fredrik Axelsson …
(edit) @b118255e   13 years Reimar.Doeffinger Replace goto by break, it has the same effect. Signed-off-by: Reimar …
(edit) @056c13fd   13 years Reimar.Doeffinger vocdec: Take channel count into account when calculating bit rate. …
(edit) @2cd7a9eb   13 years Reimar.Doeffinger JPEG-LS: clip offset based on cur_scan to valid range. Signed-off-by: …
(edit) @dacd827b   13 years michaelni Rename find_program_from_stream to av_find_program_from_stream and add …
(edit) @941bb552   13 years michaelni Fix memory corruption in case of memory allocation failure in …
(edit) @10397215   13 years anton Use deinterleavers for demangling audio packets in RealMedia. Unlike …
(edit) @52982dbe   13 years anton vf_scale: don't leak SWS context. Signed-off-by: Anton Khirnov …
(edit) @fa19c5c2   13 years diego doxygen: drop another pointless star from pointer variable name
(edit) @24ddfb2b   13 years stefano.sabatini-lala lavfi: add amovie source - audio movie source
(edit) @1d6eca2d   13 years michaelni Removes the internal avcodec_find_best_pix_fmt1()function previously …
(edit) @c8868f28   13 years michaelni vf_scale: apply the same transform to the aspect during init that is …
(edit) @1287c81d   13 years michaelni imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against …
(edit) @adfe5940   13 years michaelni Adds a new pix fmt function that selects the best dest fmt from among …
(edit) @094a4968   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fifo: …
(edit) @1717ba0c   13 years anton fifo: add FIFO API test program, and fate test Signed-off-by: Anton …
(edit) @f2011ed2   13 years anton fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() The new …
(edit) @f4f3300c   13 years siretart postprocess.c: filter name needs to be double 0 terminated …
(edit) @02494787   13 years diego doxygen: fix wrong comment syntax, < vs. /<
(edit) @0138a8de   13 years diego doxygen: drop pointless star from pointer variable names
(edit) @c960e67   13 years diego Replace deprecated av_find_stream_info() by avformat_find_stream_info().
(edit) @0a1cf662   13 years michaelni ffplay: fix a crash caused by aborting the video queue If the video …
(edit) @5f677aac   13 years diego xmv: eliminate superfluous zeroing of zero data Signed-off-by: Diego …
(edit) @8af9366e   13 years Clément Bœsch ffprobe: fix deprecated call to av_find_stream_info.
(edit) @a544545a   13 years michaelni acodec: change default bitrate to 128k Signed-off-by: Michael …
(edit) @2e97d126   13 years michaelni regtests: use bitrate syntax understood by both tools Signed-off-by: …
(edit) @d2ba1fb5   13 years diego configure: fix typo in avconv dependency list
(edit) @876d1d79   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
(edit) @f913eeea   13 years rsbultje vp6: partially propagate huffman tree building errors during coeff …
(edit) @09c274e0   13 years rsbultje mpeg12: propagate chunk decode errors and fix conditional indentation …
(edit) @7c4e4c6a   13 years michaelni udp: fix circular buffer error handling Signed-off-by: Michael …
(edit) @0d802ac5   13 years rsbultje vc1: fix VC-1 Pulldown handling. Pulldown flags are being set …
(edit) @1cf82cab   13 years rsbultje VC1: Fix first/last row checks with slices In some places 0/mb_height …
(edit) @20f0bf8c   13 years michaelni udp: buffer datagrams in circular buffer instead of a bytestream …
(edit) @ad6c7c1b   13 years alex.converse mp4: Handle non-trivial ES Descriptors.
(edit) @abe0b8e9   13 years michaelni sws: use shift for chroma sample up convertion sws: use shifts for non …
(edit) @d4b99744   13 years rsbultje vc1: properly zero coded_block[] edges on new slice entry. …
(edit) @ee0ff051   13 years michaelni ffplay: use lock manager callback to make libavcodec thread-safe …
(edit) @7e7012d0   13 years michaelni oggdec: subtract time of first packet only from duration when it is …
(edit) @d2cab951   13 years michaelni oggdec: Make sure start time correction is applied once to each stream …
(edit) @bd464037   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @b9630bcf   13 years alex.converse avconv: Replace goto redo on decode fail with continue. This checks …
(edit) @389e0a5a   13 years alex.converse avconv: Remove dead store.
(edit) @d4f30c7d   13 years michaelni h264-422: fix fate to handle 10 bit formats on big endian correctly. …
(edit) @565cabf5   13 years michaelni h264: Try to fix 422 intra NEON Signed-off-by: Michael Niedermayer …
(edit) @4ae30cac   13 years anton libx264: add 'crf_max' private option. Deprecate corresponding global …
Note: See TracRevisionLog for help on using the revision log.