|
|
|
@2bb5d637
|
13 years |
anton |
libx264: fix setting the H.264 level
Move setting it after …
|
|
|
@9c684fea
|
13 years |
anton |
libx264: add 'direct-pred' private option
Deprecate …
|
|
|
@0635a8aa
|
13 years |
anton |
libx264: add 'partitions' private option
Deprecate …
|
|
|
@70423376
|
13 years |
anton |
libx264: add 'cplxblur' private option
Deprecate …
|
|
|
@71b5f44
|
13 years |
anton |
libx264: add 'deblock' private option
Deprecate …
|
|
|
@f83c4518
|
13 years |
anton |
libx264: add 'b-bias' private option
Deprecate AVCodecContext.bframebias.
|
|
|
@bb73cda2
|
13 years |
anton |
libx264: fix setting some options.
Specifically: gop_size, …
|
|
|
@d8dee0e7
|
13 years |
anton |
libx264: remove useless assignment
priv_data is memset to 0.
|
|
|
@459fe331
|
13 years |
justin.ruggles |
ac3dec: avoid pointless alloc and indirection for input_buffer
Since …
|
|
|
@6192b6f3
|
13 years |
diego |
mpeg12: cosmetics: reformat as K&R
|
|
|
@ae264bb2
|
13 years |
justin.ruggles |
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. …
|
|
|
@a0d17b6d
|
13 years |
justin.ruggles |
ac3enc: scale floating-point coupling channel coefficients in …
|
|
|
@3e5722a8
|
13 years |
justin.ruggles |
ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. …
|
|
|
@bcd4aa8b
|
13 years |
lu_zero |
wavpack: fix wrong return value in wavpack_decode_block()
This …
|
|
|
@a2a38d96
|
13 years |
anton |
avconv: fix parsing metadata specifiers.
After …
|
|
|
@bc5acfa7
|
13 years |
anton |
fate: use +frame+slice named constants instead of '3'
|
|
|
@ff17fc63
|
13 years |
anton |
mpeg12: propagate more real return values through chunk decode error …
|
|
|
@9bc4e21
|
13 years |
anton |
wavpack: use context reset in appropriate places
This fixes improper …
|
|
|
@dc26318c
|
13 years |
anton |
avconv: move mux_preload and mux_max_delay to options context
|
|
|
@d821cbe
|
13 years |
anton |
avconv: move bitstream filters to options context.
Change syntax -- …
|
|
|
@f4805328
|
13 years |
anton |
avconv: move rate_emu to options context.
Make it work properly with …
|
|
|
@96139b5e
|
13 years |
anton |
avconv: move max_frames to options context.
Add a -frames option that …
|
|
|
@039267f1
|
13 years |
anton |
avconv: move metadata to options context.
It is now possible to set …
|
|
|
@33f75d72
|
13 years |
anton |
avconv: move ts scale to options context.
|
|
|
@c5bb372
|
13 years |
anton |
avconv: move chapter maps to options context.
|
|
|
@847529f8
|
13 years |
anton |
avconv: move metadata maps to options context.
|
|
|
@35e6f8c1
|
13 years |
anton |
avconv: move codec_names to options context.
|
|
|
@fb47997e
|
13 years |
anton |
lavc: fix type for thread_type option
It should be flags, not int.
|
|
|
@7041bb3
|
13 years |
anton |
avconv: move format to options context
|
|
|
@13ccba50
|
13 years |
anton |
avconv: move limit_filesize to options context
|
|
|
@6b779ccc
|
13 years |
anton |
avconv: move start_time, recording_time and input_ts_offset to options …
|
|
|
@575ec4e1
|
13 years |
anton |
avconv: add a context for options.
Move stream maps to it.
…
|
|
|
@6361c5e1
|
13 years |
anton |
cmdutils: allow storing per-stream/chapter/.... options in a generic way
|
|
|
@2f8e586
|
13 years |
anton |
cmdutils: split per-option code out of parse_options().
This allows …
|
|
|
@7cc8d638
|
13 years |
anton |
cmdutils: add support for caller-provided option context.
This is the …
|
|
|
@7efe05ab
|
13 years |
anton |
cmdutils: declare only one pointer type in OptionDef
This will be …
|
|
|
@cac651c8
|
13 years |
anton |
cmdutils: move grow_array() from avconv to cmdutils.
|
|
|
@dad09ff9
|
13 years |
anton |
cmdutils: move exit_program() declaration to cmdutils from avconv
…
|
|
|
@346ea9e2
|
13 years |
martin |
http: Consider the stream as seekable if the reply contains …
|
|
|
@5ee5dc4e
|
13 years |
lu_zero |
nutenc: add namespace to the api facing functions
Rename …
|
|
|
@e955a682
|
13 years |
anton |
AVOptions: fix av_set_string3() doxy to match reality.
Fixes bug 28.
|
|
|
@20c21f8
|
13 years |
anton |
cmdutils: get rid of dummy contexts for examining AVOptions.
Replace …
|
|
|
@fb4ca26b
|
13 years |
anton |
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
|
|
|
@c11fb828
|
13 years |
anton |
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
It …
|
|
|
@5938e021
|
13 years |
rsbultje |
cpu detection: avoid a signed overflow
1<<31 overflows because 1 is …
|
|
|
@757b86cd
|
13 years |
alex.converse |
codec-regression: force vsync 0 on the me_threshold test to make sure …
|
|
|
@62486948
|
13 years |
anton |
avconv: fix some bugs introduced in …
|
|
|
@9bc9188e
|
13 years |
anton |
libmp3lame: fix typo
FF_API_LAME_GLOBAL_OPTIONS => …
|
|
|
@bea5670
|
13 years |
anton |
AVOptions: drop av_ prefix from static av_get_number().
|
|
|
@14400374
|
13 years |
anton |
libx264: use X264_THREADS_AUTO constant instead of 0.
|
|
|
@5d06f152
|
13 years |
anton |
libx264: set default thread count to 0 (auto)
|
|
|
@f013cb81
|
13 years |
anton |
lavc: cosmetics, group deprecated codec flags
|
|
|
@aed79007
|
13 years |
anton |
mpeg12: add 'scan_offset' private option.
Deprecate …
|
|
|
@4bcee8e7
|
13 years |
anton |
h263/p encoder: add 'structured_slices' private option.
Deprecate …
|
|
|
@0d904de8
|
13 years |
anton |
h263/p encoder: add 'obmc' private option.
Deprecate CODEC_FLAG_OBMC
|
|
|
@e3922d11
|
13 years |
anton |
h263p encoder: add 'aiv' private option.
Deprecate CODEC_FLAG_H263P_AIV
|
|
|
@9bb2d1a3
|
13 years |
anton |
h263p encoder: add 'umv' private option.
Deprecate CODEC_FLAG_H263P_UMV
|
|
|
@0e5d3730
|
13 years |
anton |
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
…
|
|
|
@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
…
|
|
|