|
|
|
@565cabf5
|
13 years |
michaelni |
h264: Try to fix 422 intra NEON
Signed-off-by: Michael Niedermayer …
|
|
|
@5f5e37e0
|
13 years |
Carl Eugen Hoyos |
Support decoding of 2bpp and 4bpp TIFF images.
Based on patches by …
|
|
|
@4ca6a151
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@bc8c5051
|
13 years |
anton |
avconv: print the codecs names in the stream mapping.
Signed-off-by: …
|
|
|
@c74b44de
|
13 years |
anton |
avconv: move the avcodec_find_decoder() call to add_input_streams().
…
|
|
|
@276f43be
|
13 years |
stefano.sabatini-lala |
lavfi: rename vsrc_movie.c to src_movie.c
The file is going to …
|
|
|
@e26782a
|
13 years |
stefano.sabatini-lala |
lavfi: add ff_parse_pixel_format() internal function, and use it
…
|
|
|
@2c6348ea
|
13 years |
michaelni |
fate: add h264 intra 4:2:2 tests
Signed-off-by: Michael Niedermayer …
|
|
|
@88f71f3
|
13 years |
Carl Eugen Hoyos |
Fix compilation with --disable-avfilter.
Fixes ticket #414.
|
|
|
@45ecda85
|
13 years |
anton |
Windows Media Image decoder (WMVP/WVP2)
Signed-off-by: Anton Khirnov …
|
|
|
@04c9c0ba
|
13 years |
Carl Eugen Hoyos |
Make strtok_r a dependency of abuffer / fix typo.
Fix ticket 413.
|
|
|
@c693aec9
|
13 years |
michaelni |
developer.texi: Suggest a git clone if the patch review process doesnt …
|
|
|
@743586ff
|
13 years |
michaelni |
developer.texi: add Contributing section
Signed-off-by: Michael …
|
|
|
@f3fb71f0
|
13 years |
michaelni |
developer.texi: Simplify "Regression tests section"
Signed-off-by: …
|
|
|
@58368cf2
|
13 years |
michaelni |
developer.texi: remove reference to non existing target fulltest
…
|
|
|
@7a71a3d0
|
13 years |
nicolas.george |
codec_names: remove spaces in sed command.
|
|
|
@3be5a94
|
13 years |
justin.ruggles |
ac3enc: remove outdated TODO comment for apply_channel_coupling()
|
|
|
@5b71ae2b
|
13 years |
Carl Eugen Hoyos |
Be more verbose about H264 cropping errors.
|
|
|
@124deea
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@aeba0583
|
13 years |
nicolas.george |
lavf: warn when a parser is needed and not found.
|
|
|
@355ac7f
|
13 years |
nicolas.george |
rtpenc: use avcodec_get_name to report unsupported codecs.
|
|
|
@1c58264e
|
13 years |
nicolas.george |
flvenc: use avcodec_get_name to report unsupported codecs.
|
|
|
@83ff2a11
|
13 years |
nicolas.george |
ffmpeg: use avcodec_get_name to report missing en/decoders.
|
|
|
@d2d7b713
|
13 years |
nicolas.george |
lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string.
|
|
|
@b3be9f4a
|
13 years |
nicolas.george |
lavc: add a table of all codecs names.
The table is automatically …
|
|
|
@8b52b46c
|
13 years |
nicolas.george |
ffmpeg: print the codecs names in the stream mapping.
|
|
|
@e0ddc2e9
|
13 years |
stefano.sabatini-lala |
vsrc_movie: rename video movie specific callbacks, prefix them with "movie"
|
|
|
@df4c7ae9
|
13 years |
stefano.sabatini-lala |
asink_abuffer: extend ABufferSinkContext to make it accept lists of …
|
|
|
@3e4666f3
|
13 years |
stefano.sabatini-lala |
vsrc_movie: create media agnostic movie init and uninit routines
…
|
|
|
@8aa62bb9
|
13 years |
stefano.sabatini-lala |
af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code
|
|
|
@5fa98ab4
|
13 years |
nicolas.george |
ffmpeg: ignore forward gaps for subtitles streams.
|
|
|
@05a26730
|
13 years |
Carl Eugen Hoyos |
Support more codecs when muxing caf.
|
|
|
@ae60927a
|
13 years |
anton |
libx264: only use ABR mode when the user explicitly set bitrate.
|
|
|
@03eff2bf
|
13 years |
anton |
libx264: use medium preset by default.
|
|
|
@0a593de3
|
13 years |
anton |
mp2 encoder: make 128k the default bitrate.
|
|
|
@fb42d156
|
13 years |
anton |
movenc: use libx264 by default when possible for mov, mp4 and psp
|
|
|
@b71389cb
|
13 years |
anton |
avienc: saner default audio codec.
libmp3lame if available, ac3 otherwise.
|
|
|
@3436c4a3
|
13 years |
anton |
matroskaenc: saner default codecs.
libvorbis/libx264 for video if …
|
|
|
@b6d28ef
|
13 years |
anton |
avplay: add examples of how to specify size/pixel format through …
|
|
|
@ba571f6b
|
13 years |
michaelni |
ffplay: remove unnecessary if (cur_stream) checks
Signed-off-by: …
|
|
|
@84506ebd
|
13 years |
michaelni |
ffplay: get rid of the global cur_stream variable
Signed-off-by: …
|
|
|
@5db1f94b
|
13 years |
michaelni |
ffplay: make step variable a member of the VideoState struct
Getting …
|
|
|
@27667d28
|
13 years |
michaelni |
Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid …
|
|
|
@18de7969
|
13 years |
Reimar.Doeffinger |
roqvideodec: Improve checking of input buffer bounds.
Fixes trac …
|
|
|
@143d6a3f
|
13 years |
anton |
lavc: add A|E|D flags to "ac" and "ar" options
Fix setting of the …
|
|
|
@ff960980
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
WavPack …
|
|
|
@34c99759
|
13 years |
stefano.sabatini-lala |
vsrc_testsrc: allow to set the sample aspect ratio
Add the sar …
|
|
|
@6a5c693
|
13 years |
stefano.sabatini-lala |
lavdev/lavfi: set sample aspect ratio in the output stream/codec context
|
|
|
@ef25e70d
|
13 years |
Carl Eugen Hoyos |
Stream-copying PureVoice into caf works fine.
|
|
|
@ccb919e3
|
13 years |
lu_zero |
WavPack demuxer: do not rely on index when timestamp is not in indexed …
|
|
|
@5561fe48
|
13 years |
lu_zero |
WavPack demuxer: store position of the first block in index.
…
|
|
|
@4ba8c521
|
13 years |
lu_zero |
WavPack decoder: implement flush function
Signed-off-by: Luca Barbato …
|
|
|
@c5d9bd19
|
13 years |
stefano.sabatini-lala |
asrc_abuffer: pass non-const string to strtok_r in init()
Fix GCC …
|
|
|
@587c8ab9
|
13 years |
stefano.sabatini-lala |
lavfi: add asrc_abuffer - audio buffer source
Originally based on …
|
|
|
@f138c7f9
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4b66c8b4
|
13 years |
stefano.sabatini-lala |
lavdev/lavfi: specify pos in the output packets
|
|
|
@e30a0b1b
|
13 years |
stefano.sabatini-lala |
lavfi: add ashowinfo filter
Useful for debugging.
|
|
|
@9d84a17b
|
13 years |
stefano.sabatini-lala |
APIchanges: fix wrong major number for av_fifo_peek2() entry
|
|
|
@7807cbc0
|
13 years |
stefano.sabatini-lala |
APIchanges: fill some lavfi entries with the corresponding git hash
|
|
|
@7fd3e1c7
|
13 years |
stefano.sabatini-lala |
lavdev/lavfi: initialize variable, fix warning
|
|
|
@9a151467
|
13 years |
stefano.sabatini-lala |
ffprobe: use av_get_media_type_string() in media_type_string(), simplify
|
|
|
@69e2c1a9
|
13 years |
stefano.sabatini-lala |
lavu: add av_get_media_type_string() convenience function
Avoid code …
|
|
|
@31ac0ac2
|
13 years |
Reimar.Doeffinger |
Fix parser not to clobber has_b_frames when extradata is set.
Due to …
|
|
|
@eaf2d37a
|
13 years |
alex.converse |
avconv: Separate initialization from the main transcode loop.
|
|
|
@13e9a0fb
|
13 years |
michaelni |
h264: fixup indention
issue spoted in last merge (probably indention …
|
|
|
@f5bae2c6
|
13 years |
alex.converse |
doc/avconv: replace forgotten av by avconv.
Signed-off-by: Alex …
|
|
|
@f60a6b58
|
13 years |
alex.converse |
avconv: reset input_ts_offset between files.
Signed-off-by: Alex …
|
|
|
@cf4976ed
|
13 years |
alex.converse |
doc/avconv: extend -ss documentation.
Signed-off-by: Alex Converse …
|
|
|
@b62b5cb6
|
13 years |
alex.converse |
avconv: call flush_encoders() from transcode() directly.
And remove …
|
|
|
@c0931508
|
13 years |
alex.converse |
avconv: fix broken indentation.
Signed-off-by: Alex Converse …
|
|
|
@f21f294e
|
13 years |
alex.converse |
avconv: rescue poor abused limit_filesize global.
Keep a …
|
|
|
@7bdc5de3
|
13 years |
Carl Eugen Hoyos |
Autodetect LOAS in transport streams.
Fixes ticket 365.
|
|
|
@47818b2a
|
13 years |
Carl Eugen Hoyos |
Add LOAS demuxer.
|
|
|
@60b54e4b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@e6d2b737
|
13 years |
alex.converse |
avconv: Set error code before before jumping to fail.
|
|
|
@6581e161
|
13 years |
diego |
h264: fix PCM intra-coded blocks in monochrome case
Signed-off-by: …
|
|
|
@ada49f93
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@87cf70eb
|
13 years |
diego |
h264: correct implicit weight table computation for long ref pics
…
|
|
|
@29a09ea
|
13 years |
diego |
h264: correct the check for invalid long term frame index in MMCO …
|
|
|
@ba57ef29
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@8ea6157d
|
13 years |
michaelni |
xmv: Read the video packet data first, then swap its bytes
…
|
|
|
@c062aa8d
|
13 years |
michaelni |
xmv: Remove superfluous zeroing of already zero'd data
Signed-off-by: …
|
|
|
@730333ef
|
13 years |
michaelni |
xmv: Add some doxygen comments
Signed-off-by: Michael Niedermayer …
|
|
|
@6fb50124
|
13 years |
michaelni |
xmv: Merge XMVAudioTrack into XMVAudioPacket
Signed-off-by: Michael …
|
|
|
@d50fc62e
|
13 years |
michaelni |
xmv: Make the various offset variables uint64_t
Signed-off-by: …
|
|
|
@909e0fe2
|
13 years |
michaelni |
xmv: fix license header to match patch
Signed-off-by: Michael …
|
|
|
@fc5299e9
|
13 years |
Carl Eugen Hoyos |
Allow setting resolution in DPI for Tiff.
|
|
|
@bb337b4f
|
13 years |
lu_zero |
avconv: Fix spelling errors.
Signed-off-by: Luca Barbato …
|
|
|
@44920d04
|
13 years |
lu_zero |
aac: Only set sample rate and object type from ADTS if output hasn't …
|
|
|
@06d37fed
|
13 years |
lu_zero |
aac: Set SBR and PS to unsignalled during headerless and ADTS …
|
|
|
@d8425ed4
|
13 years |
lu_zero |
aac: Only output configure if audio was found.
Audio found is not …
|
|
|
@6f1c66d5
|
13 years |
anton |
avconv: save two levels of indentation in flush_encoders()
By …
|
|
|
@4a4ce2e7
|
13 years |
anton |
avconv: factor flushing encoders out of output_packet().
|
|
|
@630902a1
|
13 years |
anton |
avconv: factor out initializing input streams.
|
|
|
@ddf5ef02
|
13 years |
anton |
avconv: remove -intra option.
It's equivalent to -g 0.
|
|
|
@edae3dbf
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (23 …
|
|
|
@e922bbfa
|
13 years |
anton |
avconv: reset streamid_map between output files.
|
|
|
@c5ad2c2c
|
13 years |
anton |
avconv: make timer_start a local var in transcode().
|
|
|
@6494c001
|
13 years |
anton |
avconv: cosmetics, move OutputStream.
Allows us to get rid of forward …
|
|
|
@e659c51
|
13 years |
anton |
avconv: remove two unused macros.
|
|
|