|
|
|
@334187ad
|
14 years |
michaelni |
Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’" …
|
|
|
@e822c237
|
14 years |
michaelni |
dvbsubdec: Split delete_state()
|
|
|
@9522a752
|
14 years |
michaelni |
xsubenc: only 1 rectangle is supported so dont allow 0 as it would …
|
|
|
@d7c91c4c
|
14 years |
michaelni |
sonic: fix sonic decoder to match encoder for sample rates other than …
|
|
|
@105a3c7a
|
14 years |
michaelni |
bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable …
|
|
|
@3acc44b7
|
14 years |
michaelni |
bitstream reader: remove unneeded variable initilization. …
|
|
|
@707e8612
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Implement …
|
|
|
@b5f20892
|
14 years |
michaelni |
msvideo1 regression test
Signed-off-by: Michael Niedermayer …
|
|
|
@e4be3485
|
14 years |
michaelni |
MS Video 1 encoder
|
|
|
@8ce67bca
|
14 years |
siretart |
Implement fate-rsync target
|
|
|
@e3b540b4
|
14 years |
lu_zero |
Make ffmpeg support generic data stream
The patch is the first step …
|
|
|
@c402ce41
|
14 years |
michaelni |
Remove lowres support from wmv2 decoder
lowres option crashes with …
|
|
|
@2525821f
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
vp8: …
|
|
|
@7d70d193
|
14 years |
Carl Eugen Hoyos |
Support decoding of 24 bit True Audio samples-
Many samples will fail …
|
|
|
@4cf2e30f
|
14 years |
Carl Eugen Hoyos |
Support decoding of 8 bit True Audio samples-
Many samples will fail …
|
|
|
@fba418e6
|
14 years |
Carl Eugen Hoyos |
Do not assume AV_SAMPLE_FMT_S16 as tta sample format.
|
|
|
@3b4621ac
|
14 years |
Reimar.Doeffinger |
Fix init_get_bits length argument for init_get_bits.
Do not use …
|
|
|
@884f678c
|
14 years |
michaelni |
Add *.j2k extension to JPEG2000 decoder
Some files with *.j2k …
|
|
|
@cf16104a
|
14 years |
Reimar.Doeffinger |
Change guess_palette so its output matches the most common palette.
…
|
|
|
@148ffcd2
|
14 years |
Reimar.Doeffinger |
Make DV (sub) demuxer set proper pkt->pos values.
This makes the avi …
|
|
|
@4773d90
|
14 years |
anton |
vp8: frame-multithreading.
Tested on a Mac Pro, 2 CPUs, 2 cores each, …
|
|
|
@f97905e6
|
14 years |
stefano.sabatini-lala |
scale: fix leak occurring when a scale filter is reconfigured
This …
|
|
|
@0f1ef8a3
|
14 years |
stefano.sabatini-lala |
vsrc_buffer: improve reporting in case of format/size change
|
|
|
@ce5e49b
|
14 years |
stefano.sabatini-lala |
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
|
|
|
@301183d9
|
14 years |
stefano.sabatini-lala |
replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
|
|
|
@975a1447
|
14 years |
diego |
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
…
|
|
|
@6209669d
|
14 years |
diego |
Replace deprecated av_get_pict_type_char() with …
|
|
|
@b178cd76
|
14 years |
diego |
dpx: Do not use DPX encoder for decoding.
10l to the one who hasn't …
|
|
|
@c3f5b811
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
ALPHA: Replace …
|
|
|
@3862ebba
|
14 years |
michaelni |
AVOptions: av_set_string3() allow NULL strings
Signed-off-by: Michael …
|
|
|
@007d352c
|
14 years |
michaelni |
dct-test: Support testing bits>8
Signed-off-by: Michael Niedermayer …
|
|
|
@c92a9d06
|
14 years |
michaelni |
ffplay: demuxer specific options support
Signed-off-by: Michael …
|
|
|
@5edb2329
|
14 years |
michaelni |
WTV: Add ff_ prefix to the moved fields.
Signed-off-by: Michael …
|
|
|
@5ab826c1
|
14 years |
michaelni |
WTV:move the common variable used by wtvdec.c and wtvenc.c to a new …
|
|
|
@80a33067
|
14 years |
michaelni |
rename wtv.c to wtvdec.c
Signed-off-by: Michael Niedermayer …
|
|
|
@ad1862d6
|
14 years |
diego |
ALPHA: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@e27ce0ee
|
14 years |
siretart |
DPX image encoder
|
|
|
@40662915
|
14 years |
siretart |
DPX decoder: read sample aspect ratio
Signed-off-by: Michael …
|
|
|
@3777ea13
|
14 years |
siretart |
DPX decoder: add buffer size checks.
|
|
|
@63b1866a
|
14 years |
justin.ruggles |
ac3enc: clip large coefficient values and negative exponents rather …
|
|
|
@177fed4e
|
14 years |
justin.ruggles |
ac3enc: do not store a bandwidth code for each channel.
Although AC-3 …
|
|
|
@a1d0f511
|
14 years |
justin.ruggles |
ac3enc: remove bandwidth reduction as fallback for bit allocation …
|
|
|
@ba6bce51
|
14 years |
justin.ruggles |
ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
|
|
|
@4142487
|
14 years |
justin.ruggles |
ac3enc: return error if frame+exponent bits are too large instead of …
|
|
|
@987fe2dc
|
14 years |
justin.ruggles |
ac3enc: differentiate between current block and reference block in …
|
|
|
@6b2636b
|
14 years |
justin.ruggles |
ac3enc: simplify exponent_init() by calculating exponent_group_tab[] …
|
|
|
@e0b33d47
|
14 years |
justin.ruggles |
ac3enc: simplify stereo rematrixing decision options
|
|
|
@636ee66f
|
14 years |
Reimar.Doeffinger |
Fix data_size handling for AC3 and dca decoders.
They use now code …
|
|
|
@a28b0587
|
14 years |
siretart |
Update URL to fate samples
|
|
|
@35fe66ab
|
14 years |
stefano.sabatini-lala |
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to …
|
|
|
@77e9dee8
|
14 years |
stefano.sabatini-lala |
lavc: add a sample_aspect_ratio field to AVFrame
The sample aspect …
|
|
|
@1ba57272
|
14 years |
stefano.sabatini-lala |
lavc: add a pkt_pos field to AVFrame
This is similar to what was done …
|
|
|
@aba0278e
|
14 years |
Carl Eugen Hoyos |
Fix compilation in some cases if the flac decoder was disabled.
…
|
|
|
@c059d7a
|
14 years |
michaelni |
H264: Fix intra only decoding.
This possibly fixes issue2679 …
|
|
|
@0ae4aba6
|
14 years |
michaelni |
H264:Print short+long+max values when they dont match up. …
|
|
|
@7ac85f4b
|
14 years |
michaelni |
H264:use av_assert0() for frame num check
Signed-off-by: Michael …
|
|
|
@0e5758d1
|
14 years |
michaelni |
H264: print nal_ref_idc too for debug
Signed-off-by: Michael …
|
|
|
@e1292639
|
14 years |
michaelni |
Fix decoding of mpegts streams with h264 video that does *NOT* have b …
|
|
|
@8556406d
|
14 years |
stefano.sabatini-lala |
lavc: lowercase the FRWU codec name
This is more consistent with all …
|
|
|
@ffb5a0d5
|
14 years |
michaelni |
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
* commit …
|
|
|
@1a9f9f81
|
14 years |
Reimar.Doeffinger |
Do not drop packets with no valid ->pos set as e.g. DV-in-AVI …
|
|
|
@fa119522
|
14 years |
michaelni |
FFMPEG: support demuxer specific options.
Signed-off-by: Michael …
|
|
|
@ffdc49df
|
14 years |
michaelni |
AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for …
|
|
|
@49202620
|
14 years |
michaelni |
LAVFAPI: demuxer specific options.
(someone please add doxy) …
|
|
|
@ce62b35c
|
14 years |
michaelni |
output_example: use avformat_alloc_output_context()
Signed-off-by: …
|
|
|
@7d727f1
|
14 years |
michaelni |
LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers. …
|
|
|
@a2eef3e9
|
14 years |
michaelni |
LAVF API: remove AVOutputFormat.set_parameters() the field is unused. …
|
|
|
@8de45adb
|
14 years |
Philip Langdale |
CrystalHD: Add auto-detection of packed b-frame bug.
I still don't …
|
|
|
@d5551265
|
14 years |
stefano.sabatini-lala |
lavc: remove disabled avcodec_decode_video() code
Fix warning: …
|
|
|
@543f3db9
|
14 years |
Reimar.Doeffinger |
Read the album_artist, grouping and lyrics metadata.
Our muxer writes …
|
|
|
@85770f2a
|
14 years |
anton |
AVOptions: make default_val a union, as proposed in AVOption2.
This …
|
|
|
@97dc86b
|
14 years |
baptiste.coudurier |
In libx264 wrapper, change wpredp to a codec specific option.
|
|
|
@be315a3
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Duplicate AMV: …
|
|
|
@70892657
|
14 years |
siretart |
AMV: disable DR1 and don't override EMU_EDGE
This works around a …
|
|
|
@7c152a45
|
14 years |
siretart |
lavf: inspect more frames for fps when container time base is coarse
…
|
|
|
@0247bdee
|
14 years |
siretart |
Fix races in default av_log handler
Prevent competing threads from …
|
|
|
@500bf397
|
14 years |
michaelni |
flashsv2enc: regression test.
Signed-off-by: Michael Niedermayer …
|
|
|
@cf3ac543
|
14 years |
diego |
vorbis: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@a734fa57
|
14 years |
diego |
Remove disabled non-optimized code variants.
|
|
|
@e610098e
|
14 years |
diego |
bswap.h: Remove disabled code.
|
|
|
@2e15305b
|
14 years |
diego |
Remove some disabled printf debug cruft.
|
|
|
@09cbf60f
|
14 years |
diego |
Replace more disabled printf() calls by av_dlog().
|
|
|
@4517ba0
|
14 years |
michaelni |
flashsv2enc:fix segfault
Signed-off-by: Michael Niedermayer …
|
|
|
@03acaa4a
|
14 years |
diego |
tests: Remove disabled code.
|
|
|
@35ceaa73
|
14 years |
anton |
Move ff_dynarray_add to lavu and make it public.
|
|
|
@045dd4b9
|
14 years |
diego |
Replace some commented-out debug printf() / av_log() messages with …
|
|
|
@d1be646e
|
14 years |
diego |
vorbisdec: Replace some sizeof(type) by sizeof(*variable).
|
|
|
@a3b7dabb
|
14 years |
diego |
vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
|
|
|
@9ac1bf88
|
14 years |
anton |
lavf: remove duplicate assignment in avformat_alloc_context.
AVClass …
|
|
|
@4a7a1b7d
|
14 years |
anton |
lavf: use designated initializers for AVClasses.
|
|
|
@d804784
|
14 years |
Carl Eugen Hoyos |
Set channel layout for True Audio files.
This is not documented (and …
|
|
|
@d2ee3c91
|
14 years |
Carl Eugen Hoyos |
Fix channel layout for some stereo flac files.
|
|
|
@5a43bd5e
|
14 years |
anton |
options: simplify av_find_opt by using av_next_option.
|
|
|
@749d16ce
|
14 years |
michaelni |
Checksum update due to (should make fate green again)
ffmpeg | …
|
|
|
@a3ffe0eb
|
14 years |
michaelni |
Revert "Fix url_fopen() flag values."
No longer needed after martins …
|
|
|
@455ce97
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
LOTS of duplicates …
|
|
|
@f0f3425
|
14 years |
michaelni |
flashsv2enc: mark encoder experimental
Signed-off-by: Michael …
|
|
|
@c83a5281
|
14 years |
michaelni |
flashsv2enc: remove useless casts
Signed-off-by: Michael Niedermayer …
|
|
|
@ba9c4db5
|
14 years |
michaelni |
flashsv2enc: use av_freep()
Signed-off-by: Michael Niedermayer …
|
|
|
@f6a5edb6
|
14 years |
michaelni |
flashsv2enc: remove useless if()
Signed-off-by: Michael Niedermayer …
|
|
|