|
|
|
@d73e8ca
|
13 years |
michaelni |
ffmpeg: fix broken indentation.
Signed-off-by: Alex Converse …
|
|
|
@877ba7b4
|
13 years |
michaelni |
ffmpeg: rescue poor abused limit_filesize global.
Keep a …
|
|
|
@cb134385
|
13 years |
michaelni |
ffmpeg: Set error code before before jumping to fail.
|
|
|
@6e6ccf0d
|
13 years |
michaelni |
ffmpeg: Fix spelling errors.
Signed-off-by: Luca Barbato …
|
|
|
@47a3439
|
13 years |
michaelni |
ffmpeg: save two levels of indentation in flush_encoders()
By …
|
|
|
@a16f1afb
|
13 years |
michaelni |
ffmpeg: factor flushing encoders out of output_packet().
|
|
|
@94adca68
|
13 years |
michaelni |
ffmpeg: factor out initializing input streams.
|
|
|
@8b85b9fa
|
13 years |
michaelni |
ffmpeg: reset streamid_map between output files.
|
|
|
@6bdd9fb
|
13 years |
michaelni |
ffmpeg: make timer_start a local var in transcode().
|
|
|
@3a7b4ccd
|
13 years |
michaelni |
ffmpeg: cosmetics, move OutputStream.
Allows us to get rid of forward …
|
|
|
@8f9c77e7
|
13 years |
michaelni |
ffmpeg: remove two unused macros.
|
|
|
@e0aee840
|
13 years |
michaelni |
ffmpeg: reindent.
|
|
|
@d4d5a950
|
13 years |
michaelni |
ffmpeg: rescue poor abused start_time global.
Keep a per-OutputFile …
|
|
|
@08890d35
|
13 years |
michaelni |
ffmpeg: : rescue poor abused recording_time global.
Keep a …
|
|
|
@5c2a4d3b
|
13 years |
michaelni |
ffmpeg: fix broken indentation.
|
|
|
@dd07242
|
13 years |
michaelni |
ffmpeg: get rid of the arbitrary MAX_FILES limit.
|
|
|
@76e48733
|
13 years |
michaelni |
ffmpeg: get rid of the output_streams_for_file vs. ost_table …
|
|
|
@b091de22
|
13 years |
michaelni |
Revert "Fix stream mapping regression"
Subsequent cherry picks are …
|
|
|
@61b933f5
|
13 years |
michaelni |
ffmpeg: add a wrapper for output AVFormatContexts and merge …
|
|
|
@0ea58d71
|
13 years |
michaelni |
ffmpeg: make itsscale syntax consistent with other options.
Move the …
|
|
|
@81e46555
|
13 years |
michaelni |
ffmpeg: factor out adding input streams.
|
|
|
@a6d0340
|
13 years |
michaelni |
ffmpeg: Factorize combining auto vsync with format.
|
|
|
@ebf94f4
|
13 years |
michaelni |
ffmpeg: Factorize video resampling.
|
|
|
@dadbebbb
|
13 years |
michaelni |
ffmpeg: Don't unnecessarily convert ipts to a double.
|
|
|
@7357f6e6
|
13 years |
michaelni |
ffmpeg: don't segfault on 0 input files.
|
|
|
@6e675b50
|
13 years |
michaelni |
ffmpeg: remove pointless parameter from new_*_stream().
New streams …
|
|
|
@868013aa
|
13 years |
michaelni |
ffmpeg: cosmetics, move code
Move find_codec_or_die(), …
|
|
|
@6f610fa1
|
13 years |
michaelni |
ffmpeg: cosmetics -- move copy_chapters().
It's only used in …
|
|
|
@c692eda3
|
13 years |
michaelni |
ffmpeg: cosmetics -- move parse_forced_key_frames().
…
|
|
|
@f69e8c7d
|
13 years |
michaelni |
ffmpeg: switch to a:b syntax
|
|
|
@e3bf4e29
|
13 years |
michaelni |
ffmpeg: replace -vcodec/-acodec/-scodec with a better system.
The new …
|
|
|
@a0147957
|
13 years |
michaelni |
ffmpeg: remove presets.
Nothing except x264 uses them and native x264 …
|
|
|
@2d726b19
|
13 years |
michaelni |
Revert "ffmpeg: simplify opt_*_codec() options"
This is needed because …
|
|
|
@88bfe451
|
13 years |
michaelni |
ffmpeg: change semantics of -map
New syntax contains an optional …
|
|
|
@f12f40b3
|
13 years |
michaelni |
ffmpeg: get rid of new* options.
They are confusing, irregular and …
|
|
|
@7efec8dd
|
13 years |
michaelni |
ffmpeg: rename sameq variables to same_quant
|
|
|
@5a9e42ec
|
13 years |
michaelni |
ffmpeg: make -map_metadata work consistently with the other options
…
|
|
|
@6bf3c39d
|
13 years |
michaelni |
ffmpeg: make -map_chapters accept only the input file index.
This is …
|
|
|
@97861f5b
|
13 years |
michaelni |
ffmpeg: Set codec_type in new_output_stream
Ported from a change from …
|
|
|
@a0ce297b
|
13 years |
michaelni |
ffmpeg: rename ffmpeg_exit in exit_program
Signed-off-by: Michael …
|
|
|
@c41bf905
|
13 years |
Carl Eugen Hoyos |
Only autodetect loas in transport streams.
The Makito encoder sets …
|
|
|
@75a22521
|
13 years |
Carl Eugen Hoyos |
Support Nellymoser in isom.
|
|
|
@66624cbb
|
13 years |
Carl Eugen Hoyos |
Disable cropping for the brainfart case.
This fixes ticket #348 for …
|
|
|
@c70e8523
|
13 years |
stefano.sabatini-lala |
vsrc_testsrc: set more properties in the output frames
|
|
|
@bf917e26
|
13 years |
stefano.sabatini-lala |
fifo: add note in av_fifo_realloc2() doxy regarding reallocation …
|
|
|
@0629b1ff
|
13 years |
Clément Bœsch |
ffprobe: introduce output format writers.
|
|
|
@f33be93b
|
13 years |
Clément Bœsch |
mov: read tmcd tag and set timecode drop flag accordingly.
|
|
|
@62702075
|
13 years |
michaelni |
h264: allow debuging SEI types
Signed-off-by: Michael Niedermayer …
|
|
|
@caf63ebd
|
13 years |
Carl Eugen Hoyos |
Fix some APIchange versions.
|
|
|
@db5effe1
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Revert …
|
|
|
@ea36c44e
|
13 years |
michaelni |
avfilter_graph_queue_command: Allow queueing commands out of order
…
|
|
|
@37f9de59
|
13 years |
michaelni |
avfilter: fix processing multiple commands per frame and filter
…
|
|
|
@50be0b91
|
13 years |
michaelni |
ffmpeg: Support queing filter commands for later times
Signed-off-by: …
|
|
|
@3d8176d2
|
13 years |
michaelni |
avfilter: Add avfilter_graph_que_command()
Signed-off-by: Michael …
|
|
|
@f782ce3b
|
13 years |
michaelni |
drawtext: Support changing parameters through reinit command at …
|
|
|
@bb22f39f
|
13 years |
michaelni |
ffmpeg: Support passing commands to filters at runtime
Signed-off-by: …
|
|
|
@1e5014c7
|
13 years |
michaelni |
avfilter: Add command passing support
Signed-off-by: Michael …
|
|
|
@22141917
|
13 years |
lu_zero |
Revert "h264: Properly set coded_{width, height} when parsing H.264."
…
|
|
|
@8b722297
|
13 years |
diego |
isom: add missing AVC-Intra tags, rearrange list and update comments
…
|
|
|
@c922816d
|
13 years |
anton |
avconv: remove stubs of crop* and pad* options
|
|
|
@ed5b1326
|
13 years |
anton |
avconv: re-add nb_streams to InputFile.
It was mistakenly removed in …
|
|
|
@4becc861
|
13 years |
michaelni |
issue_tracker.txt: more updates toward trac
Signed-off-by: Michael …
|
|
|
@6e2c036b
|
13 years |
michaelni |
doc/issue_tracker.txt: regressions are important
Signed-off-by: …
|
|
|
@80d4538d
|
13 years |
michaelni |
doc/issue_tracker.txt: Update toward trac
Signed-off-by: Michael …
|
|
|
@312645e0
|
13 years |
Carl Eugen Hoyos |
Do not set codec_tag property for matroska muxers.
Fixes ticket #8.
|
|
|
@ab539d9e
|
13 years |
Carl Eugen Hoyos |
Use the shorter channel layout description for the common case.
|
|
|
@262ab1c
|
13 years |
Carl Eugen Hoyos |
Do not assume timestamps for mp2 format.
|
|
|
@3dd44e50
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Use …
|
|
|
@09a858da
|
13 years |
michaelni |
Add support for BDAV/m2ts-mode muxing
Signed-off-by: Fredrik Axelsson …
|
|
|
@b118255e
|
13 years |
Reimar.Doeffinger |
Replace goto by break, it has the same effect.
Signed-off-by: Reimar …
|
|
|
@056c13fd
|
13 years |
Reimar.Doeffinger |
vocdec: Take channel count into account when calculating bit rate.
…
|
|
|
@2cd7a9eb
|
13 years |
Reimar.Doeffinger |
JPEG-LS: clip offset based on cur_scan to valid range.
Signed-off-by: …
|
|
|
@dacd827b
|
13 years |
michaelni |
Rename find_program_from_stream to av_find_program_from_stream and add …
|
|
|
@941bb552
|
13 years |
michaelni |
Fix memory corruption in case of memory allocation failure in …
|
|
|
@10397215
|
13 years |
anton |
Use deinterleavers for demangling audio packets in RealMedia.
Unlike …
|
|
|
@52982dbe
|
13 years |
anton |
vf_scale: don't leak SWS context.
Signed-off-by: Anton Khirnov …
|
|
|
@fa19c5c2
|
13 years |
diego |
doxygen: drop another pointless star from pointer variable name
|
|
|
@24ddfb2b
|
13 years |
stefano.sabatini-lala |
lavfi: add amovie source - audio movie source
|
|
|
@1d6eca2d
|
13 years |
michaelni |
Removes the internal avcodec_find_best_pix_fmt1()function previously …
|
|
|
@c8868f28
|
13 years |
michaelni |
vf_scale: apply the same transform to the aspect during init that is …
|
|
|
@1287c81d
|
13 years |
michaelni |
imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against …
|
|
|
@adfe5940
|
13 years |
michaelni |
Adds a new pix fmt function that selects the best dest fmt from among …
|
|
|
@094a4968
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fifo: …
|
|
|
@1717ba0c
|
13 years |
anton |
fifo: add FIFO API test program, and fate test
Signed-off-by: Anton …
|
|
|
@f2011ed2
|
13 years |
anton |
fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
The new …
|
|
|
@f4f3300c
|
13 years |
siretart |
postprocess.c: filter name needs to be double 0 terminated
…
|
|
|
@02494787
|
13 years |
diego |
doxygen: fix wrong comment syntax, < vs. /<
|
|
|
@0138a8de
|
13 years |
diego |
doxygen: drop pointless star from pointer variable names
|
|
|
@c960e67
|
13 years |
diego |
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
|
|
|
@0a1cf662
|
13 years |
michaelni |
ffplay: fix a crash caused by aborting the video queue
If the video …
|
|
|
@5f677aac
|
13 years |
diego |
xmv: eliminate superfluous zeroing of zero data
Signed-off-by: Diego …
|
|
|
@8af9366e
|
13 years |
Clément Bœsch |
ffprobe: fix deprecated call to av_find_stream_info.
|
|
|
@a544545a
|
13 years |
michaelni |
acodec: change default bitrate to 128k
Signed-off-by: Michael …
|
|
|
@2e97d126
|
13 years |
michaelni |
regtests: use bitrate syntax understood by both tools
Signed-off-by: …
|
|
|
@d2ba1fb5
|
13 years |
diego |
configure: fix typo in avconv dependency list
|
|
|
@876d1d79
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vp6: …
|
|
|
@f913eeea
|
13 years |
rsbultje |
vp6: partially propagate huffman tree building errors during coeff …
|
|
|
@09c274e0
|
13 years |
rsbultje |
mpeg12: propagate chunk decode errors and fix conditional indentation
…
|
|
|
@7c4e4c6a
|
13 years |
michaelni |
udp: fix circular buffer error handling
Signed-off-by: Michael …
|
|
|
@0d802ac5
|
13 years |
rsbultje |
vc1: fix VC-1 Pulldown handling.
Pulldown flags are being set …
|
|
|