|
|
|
@c8a7dd03
|
13 years |
Clément Bœsch |
lavc/jacosub: fix make checkheaders.
|
|
|
@9ae47fbd
|
13 years |
Clément Bœsch |
lavc/dcaenc: fix make checkheaders.
|
|
|
@978c8294
|
13 years |
Clément Bœsch |
lavc/g723.1: fix make checkheaders.
|
|
|
@02908a4b
|
13 years |
Clément Bœsch |
lavc/g723: protect header.
|
|
|
@7b78cb3a
|
13 years |
Clément Bœsch |
lavc/g729postfilter: fix make checkheaders.
|
|
|
@1308fa42
|
13 years |
Clément Bœsch |
lavf/swf: fix make checkheaders.
|
|
|
@64ff8a76
|
13 years |
Clément Bœsch |
lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.
…
|
|
|
@f8f3deb7
|
13 years |
Clément Bœsch |
lavfi/transform: fix make checkheaders.
|
|
|
@cb9aed10
|
13 years |
Clément Bœsch |
lavd/dshow: fix make checkheaders.
|
|
|
@d1562d32
|
13 years |
Clément Bœsch |
lavd/dshow: protect header.
|
|
|
@96ac8663
|
13 years |
michaelni |
af_aresample: Consider the swresample delay during calculating …
|
|
|
@4def5d2b
|
13 years |
michaelni |
swr: add swr_get_delay() to find the exact delay the swresampler …
|
|
|
@6ba692f8
|
13 years |
michaelni |
af_aresample: fix rounding that led to sample accumulation in the …
|
|
|
@c0c2424f
|
13 years |
nicolas.george |
fate: ffprobe tests require SAMPLES.
|
|
|
@ae1ab826
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: put …
|
|
|
@db6ef054
|
13 years |
michaelni |
af_aresample: 10l fix, wrong timebase for next_pts.
Signed-off-by: …
|
|
|
@17d4233c
|
13 years |
stefasab |
lavfi/aevalsrc: reindent after the previous commit
|
|
|
@e1a8df70
|
13 years |
stefasab |
lavfi/aevalsrc: add option channel_layout
Allow to explicitly specify …
|
|
|
@cfde7395
|
13 years |
stefasab |
lavfi/aevalsrc: remove limitation on the number of channels
|
|
|
@47ef261
|
13 years |
stefasab |
lavu/parseutils: fix specification for av_parse_time()
|
|
|
@de2cfb74
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
pcmenc: …
|
|
|
@847943bc
|
13 years |
michaelni |
aresample: add code to flush the internal swr buffer.
Inspired-by …
|
|
|
@b3e1b95a
|
13 years |
michaelni |
aresample: check return code of swr_convert()
Issue found by …
|
|
|
@a99a3b1b
|
13 years |
michaelni |
ffmpeg: automatically insert volume filter when -vol is used.
…
|
|
|
@22a3a5ee
|
13 years |
michaelni |
ffmpeg: use av_buffersrc_add_frame() for audio too
fixes a memleak
…
|
|
|
@dc2e051c
|
13 years |
michaelni |
Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg
* …
|
|
|
@b13d39bd
|
13 years |
michaelni |
av_aresample: Allow changing sample format and channel layout as well
…
|
|
|
@a0493be1
|
13 years |
michaelni |
swresample: set the default parameters to "none"
this way it can …
|
|
|
@5dbd6639
|
13 years |
Clément Bœsch |
lavfi/pan: add supported sample rates to avoid a crash.
|
|
|
@1bca73cf
|
13 years |
Clément Bœsch |
ffmpeg: do not warn when expecting EOF from lavfi.
|
|
|
@7d121095
|
13 years |
michaelni |
ffmpeg: fix ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@3ae64dc4
|
13 years |
michaelni |
avfiltergraph: use aresample not aconvert in the alternative merge …
|
|
|
@e3c6b612
|
13 years |
michaelni |
af_aresample: support all swresample parameters.
Signed-off-by: …
|
|
|
@47c2e52b
|
13 years |
michaelni |
af_aresample: fix typo in query formats
Signed-off-by: Michael …
|
|
|
@ac87c273
|
13 years |
michaelni |
src_buffer: propagate errors from copy_buffer_ref()
Fixes a null ptr …
|
|
|
@3c001321
|
13 years |
michaelni |
ffmpeg: move audio timestamp roundup code.
This fixes a regression …
|
|
|
@7d7b40f4
|
13 years |
mans |
pcmenc: set correct bitrate value
This fixes a bogus bitrate value in …
|
|
|
@fc49f22c
|
13 years |
michaelni |
ffmpeg: add support for audio filters.
Some of the FATE changes are …
|
|
|
@dfa988ee
|
13 years |
michaelni |
libavfilter: src_buffer: add time_base for audio
Signed-off-by: …
|
|
|
@aa69db3a
|
13 years |
michaelni |
libavfilter: src_buffer: fix planar audio
Signed-off-by: Michael …
|
|
|
@664f0aac
|
13 years |
michaelni |
libavfilter: src_buffer, use only aresample, not aconvert.
…
|
|
|
@13fdb355
|
13 years |
michaelni |
src_buffer: fix query_formats_audio()
Signed-off-by: Michael …
|
|
|
@3448404
|
13 years |
michaelni |
libavfilter: add ff_parse_time_base()
Signed-off-by: Michael …
|
|
|
@6579bc43
|
13 years |
michaelni |
ffmpeg: allow switching to qatars buffersrc API
Signed-off-by: …
|
|
|
@3e2cf79
|
13 years |
michaelni |
buffersrc: export forgotten function
Signed-off-by: Michael …
|
|
|
@703e920b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@4d378776
|
13 years |
michaelni |
aasc: support "Autodesk 24 bit RLE compressor" (FourCC: aas4)
fixes …
|
|
|
@d8947523
|
13 years |
anton |
avprobe: don't print format entry name when only one was requested
…
|
|
|
@e556121e
|
13 years |
stefasab |
lavfi/aevalsrc: correct the supported sample format
The source …
|
|
|
@986d2f6
|
13 years |
stefasab |
lavfi/aevalsrc: fix sample rate negotiation, after the last merge
Fix …
|
|
|
@6ce51a9b
|
13 years |
martin |
fate: Work around non-standard wc implementations at more places
This …
|
|
|
@e109e392
|
13 years |
stefasab |
ffprobe: remove unused variable i in probe_file()
Fix warning: …
|
|
|
@4d4098da
|
13 years |
stefasab |
lavfi: drop planar/packed negotiation support
The planar/packed …
|
|
|
@183596fa
|
13 years |
Carl Eugen Hoyos |
Support more Avid Meridien / AVUI samples.
Fixes ticket #1288.
|
|
|
@ed7409f
|
13 years |
mans |
fate: work around non-standard wc implementations
On some systems, …
|
|
|
@88d5cfe7
|
13 years |
michaelni |
avfiltergraph: switch to swresample by default
all known bugs in the …
|
|
|
@efdc895f
|
13 years |
michaelni |
lavfi: fix pts rescaling in the resampler
Signed-off-by: Michael …
|
|
|
@75492cce
|
13 years |
michaelni |
lavfi: fix resample with differing formats
Signed-off-by: Michael …
|
|
|
@1f3f7bd4
|
13 years |
michaelni |
Add AVFMT_SEEK_TO_PTS to nut demuxer flags
Signed-off-by: Michael …
|
|
|
@bb008f0a
|
13 years |
michaelni |
Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
Signed-off-by: …
|
|
|
@e5e20a3d
|
13 years |
michaelni |
dv_profile: fix decoding of SoftLabDVCPRO codec (PAL mode)
fixes …
|
|
|
@1cbf7fb
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (26 …
|
|
|
@a48abf5e
|
13 years |
Clément Bœsch |
doc/filter_design: fix a few other typo.
|
|
|
@a28aa76a
|
13 years |
stefasab |
doc/filtering_design: fix typo negociation -> negotiation
|
|
|
@6797d194
|
13 years |
diego |
x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.
|
|
|
@95a98ab3
|
13 years |
justin.ruggles |
ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
Simplifies the …
|
|
|
@11e33402
|
13 years |
mans |
fate: use standard diff options
diff -w is not a standard option. …
|
|
|
@6439ad49
|
13 years |
Carl Eugen Hoyos |
Add SLDV FourCC for dvvideo.
|
|
|
@46ea4635
|
13 years |
diego |
tta: Fix comment about channel number; TTA supports >2 channels.
…
|
|
|
@91791ac2
|
13 years |
diego |
avfilter: Move ff_get_ref_perms_string() to where it is used.
This …
|
|
|
@4982e1dd
|
13 years |
diego |
build: Add 'check' target to run all compile and test targets.
|
|
|
@6de226a2
|
13 years |
kostya.shishkov |
indeo3: validate new frame size before resetting decoder
|
|
|
@bc00da27
|
13 years |
kostya.shishkov |
indeo3: when freeing buffers, set pointers referencing them to NULL as well
|
|
|
@81064a80
|
13 years |
kostya.shishkov |
indeo3: initialise pixel planes on allocation
This prevents decoder …
|
|
|
@fc417db3
|
13 years |
kostya.shishkov |
indeo3: ensure that decoded cell data is in 7-bit range as presumed by …
|
|
|
@47aae2bc
|
13 years |
michaelni |
lavfi: switch to _alt functions
Signed-off-by: Michael Niedermayer …
|
|
|
@f8196759
|
13 years |
michaelni |
fifo: add av_fifo_grow()
Signed-off-by: Michael Niedermayer …
|
|
|
@6d042f79
|
13 years |
mans |
fate: rename psx-str-v3-mdec to mdec-v3
This name better reflects …
|
|
|
@c68adc7b
|
13 years |
mans |
fate: convert psx-str to a demuxer test
While these codecs are …
|
|
|
@db465be4
|
13 years |
mans |
lavf: add mdec to is_intra_only() list
Signed-off-by: Mans Rullgard …
|
|
|
@0ff0af7
|
13 years |
mans |
fate: use diff -b in oneline comparison
This is simpler and should …
|
|
|
@b9777797
|
13 years |
michaelni |
mtv: make output endian independant
should fix fate-mtv test
…
|
|
|
@86709ce3
|
13 years |
Carl Eugen Hoyos |
Support NTSC forward dvcpro videos (PAL looks incorrect).
|
|
|
@e013abed
|
13 years |
Carl Eugen Hoyos |
Read and write APRG mov atom to allow AVUI streamcopy.
|
|
|
@d89eca50
|
13 years |
anton |
Add missing version bumps and APIchanges/Changelog entries.
|
|
|
@4a1ac8c4
|
13 years |
anton |
lavfi: move buffer management function to a separate file.
|
|
|
@4c64fed3
|
13 years |
anton |
lavfi: move formats-related functions from default.c to formats.c
…
|
|
|
@c5432d3c
|
13 years |
anton |
lavfi: move video-related functions to a separate file.
This is …
|
|
|
@c457a29e
|
13 years |
michaelni |
ffprobe: add default_writer priv_size.
Signed-off-by: Michael …
|
|
|
@dd20e7ed
|
13 years |
michaelni |
assdec: check that the alloc+init of the private data succeeded.
…
|
|
|
@3938a0ee
|
13 years |
michaelni |
audio_frame_queue: fix null ptr dereference
This happened when a …
|
|
|
@7abf7899
|
13 years |
mans |
fate: make smjpeg a demux test
These codecs are covered elsewhere so …
|
|
|
@825ec16d
|
13 years |
Marton Balint |
ffplay: put aspect ratio info to the VideoPicture struct
Also use …
|
|
|
@843509e2
|
13 years |
Marton Balint |
ffplay: use AVFrame::width and height instead of using codec or filter …
|
|
|
@84087b24
|
13 years |
Marton Balint |
ffplay: use stream sample_aspect_ratio if available in source frames
…
|
|
|
@89080a0a
|
13 years |
Marton Balint |
ffplay: fix video_thread when no frame is returned in get_video_frame
…
|
|
|
@4c73b3b1
|
13 years |
michaelni |
ffmpeg: affect computed filtered frame pts after filling frame from …
|
|
|
@94a9ac12
|
13 years |
michaelni |
lavf: add av_guess_frame_sample_aspect_ratio function
Guesses the …
|
|
|
@b1c1d7d
|
13 years |
mans |
fate: separate sierra-vmd audio and video tests
Signed-off-by: Mans …
|
|
|
@0b1c8685
|
13 years |
mans |
fate: separate smacker audio and video tests
Signed-off-by: Mans …
|
|
|