|
|
|
@1f0c7020
|
13 years |
anton |
mjpegdec: add 'extern_huff' private option.
Deprecate …
|
|
|
@4623420d
|
13 years |
anton |
mpeg4enc: add 'data_partitioning' private option.
Deprecate …
|
|
|
@0cc06b9e
|
13 years |
anton |
snow: add 'memc_only' private option.
Deprecate CODEC_FLAG2_MEMC_ONLY
|
|
|
@0dc5e12f
|
13 years |
anton |
libx264: add 'mbtree' private option.
Deprecate CODEC_FLAG2_MBTREE
|
|
|
@38934f19
|
13 years |
anton |
libx264: add 'psy' private option.
Deprecate CODEC_FLAG2_PSY
|
|
|
@a7cec3a0
|
13 years |
anton |
libmp3lame: add 'reservoir' private option.
Deprecate …
|
|
|
@88262ca8
|
13 years |
anton |
mpeg2enc: add 'non_linear_quant' private option
Deprecate …
|
|
|
@2c5e1efc
|
13 years |
anton |
mpeg12enc: add drop_frame_timecode private option.
Deprecate …
|
|
|
@297d9cb3
|
13 years |
anton |
mpeg12enc: add intra_vlc private option.
Deprecate CODEC_FLAG2_INTRA_VLC.
|
|
|
@d2f119a1
|
13 years |
anton |
VC1: Support dynamic dimension changes
Fixes SA00072, SA00073, …
|
|
|
@a18e04bc
|
13 years |
anton |
mjpeg: treat external huffman table setup failure as codec init …
|
|
|
@7485e547
|
13 years |
anton |
lavc: deprecate CODEC_FLAG2_BRDO
It's been unused for the last 3 years.
|
|
|
@cf90c5d0
|
13 years |
anton |
libx264: add 'aud' private option.
Deprecate CODEC_FLAG2_AUD.
|
|
|
@3b82aeee
|
13 years |
anton |
libx264: add 'fast-pskip' private option.
Deprecate CODEC_FLAG2_FASTPSKIP.
|
|
|
@373257fa
|
13 years |
anton |
libx264: add '8x8dct' private option.
Deprecate CODEC_FLAG2_8X8DCT.
|
|
|
@eab21c32
|
13 years |
anton |
libx264: add 'mixed-refs' private option.
Deprecate …
|
|
|
@0f29699d
|
13 years |
anton |
libx264: add 'weightb' private option.
Deprecate CODEC_FLAG2_BPYRAMID.
|
|
|
@34dda12
|
13 years |
anton |
libx264: add 'b-pyramid' private option.
Deprecate CODEC_FLAG2_BPYRAMID.
|
|
|
@5d4a1048
|
13 years |
anton |
libx264: add 'intra-refresh' private option.
Deprecate …
|
|
|
@faaecd47
|
13 years |
anton |
libx264: add 'ssim' private option.
Deprecate CODEC_FLAG2_SSIM.
|
|
|
@3b81636f
|
13 years |
anton |
libx264: make options compatible with x264
Replace '_' with '-', …
|
|
|
@dde37293
|
13 years |
lu_zero |
avcodec: remove misleading comment
coded_width is the width before …
|
|
|
@2e2594ca
|
13 years |
anton |
avconv: remove -threads option.
It's only shadowing the AVOption with …
|
|
|
@f593628e
|
13 years |
alex.converse |
avconv: Replace raw picture frame swapping hack.
|
|
|
@a8085231
|
13 years |
mans |
RV40: reuse some H.264 motion compensation functions in RV40.
Since …
|
|
|
@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 …
|
|
|
@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
|
|
|
@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().
|
|
|
@5f677aac
|
13 years |
diego |
xmv: eliminate superfluous zeroing of zero data
Signed-off-by: Diego …
|
|
|
@d2ba1fb5
|
13 years |
diego |
configure: fix typo in avconv dependency list
|
|
|
@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
…
|
|
|
@0d802ac5
|
13 years |
rsbultje |
vc1: fix VC-1 Pulldown handling.
Pulldown flags are being set …
|
|
|
@1cf82cab
|
13 years |
rsbultje |
VC1: Fix first/last row checks with slices
In some places 0/mb_height …
|
|
|
@ad6c7c1b
|
13 years |
alex.converse |
mp4: Handle non-trivial ES Descriptors.
|
|
|
@d4b99744
|
13 years |
rsbultje |
vc1: properly zero coded_block[] edges on new slice entry.
…
|
|
|
@b9630bcf
|
13 years |
alex.converse |
avconv: Replace goto redo on decode fail with continue.
This checks …
|
|
|
@389e0a5a
|
13 years |
alex.converse |
avconv: Remove dead store.
|
|
|
@4ae30cac
|
13 years |
anton |
libx264: add 'crf_max' private option.
Deprecate corresponding global …
|
|
|
@c5dd0bc4
|
13 years |
anton |
libx264: add 'weightp' private option.
Deprecate corresponding global …
|
|
|
@d4b96713
|
13 years |
anton |
libx264: add 'rc_lookahead' private option.
Deprecate corresponding …
|
|
|
@2a44a8f6
|
13 years |
anton |
libx264: add 'psy_trellis' private option.
Deprecate corresponding …
|
|
|
@93e623c6
|
13 years |
anton |
libx264: add 'psy_rd' private option.
Deprecate corresponding global …
|
|
|
@5c75b2a0
|
13 years |
anton |
libx264: add 'aq_strength' private option.
Deprecate corresponding …
|
|
|
@85254fcb
|
13 years |
anton |
libx264: add 'aq_mode' private option.
Deprecate corresponding global …
|
|
|
@9d508e49
|
13 years |
anton |
libx264: add 'cqp' private option.
Deprecate corresponding global option.
|
|
|
@d5dc8cc2
|
13 years |
anton |
libx264: add 'crf' private option.
Deprecate corresponding global …
|
|
|
@8ee18b4b
|
13 years |
anton |
lavc: remove vbv_delay option
It's broken and serves no purpose as …
|
|
|
@7e6029f9
|
13 years |
alex.converse |
lavf utils: Fix bad indentation.
|
|
|
@6c7ee2f7
|
13 years |
alex.converse |
avconv: use av_clip_int16 for audio clipping
|
|
|
@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().
…
|
|
|
@45ecda85
|
13 years |
anton |
Windows Media Image decoder (WMVP/WVP2)
Signed-off-by: Anton Khirnov …
|
|
|
@3be5a94
|
13 years |
justin.ruggles |
ac3enc: remove outdated TODO comment for apply_channel_coupling()
|
|
|
@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 …
|
|
|
@143d6a3f
|
13 years |
anton |
lavc: add A|E|D flags to "ac" and "ar" options
Fix setting of the …
|
|
|
@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 …
|
|
|
@eaf2d37a
|
13 years |
alex.converse |
avconv: Separate initialization from the main transcode loop.
|
|
|
@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 …
|
|
|
@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: …
|
|
|
@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 …
|
|
|
@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.
|
|
|
@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.
|
|
|
@b490f0c2
|
13 years |
rsbultje |
h264: hide reference frame errors unless requested
Signed-off-by: …
|
|
|
@3f04ab4f
|
13 years |
rsbultje |
swscale: split hScale() function pointer into h[cy]Scale().
This …
|
|
|