|
|
|
@0b9a915d
|
12 years |
stefasab |
lavfi: rename vf_setpts.c to f_setpts.c
The file contains the asetpts …
|
|
|
@de608805
|
12 years |
nicolas.george |
lavc/dvdsubenc: check the type of rectangles.
Avoid a crash if a text …
|
|
|
@12b1512e
|
12 years |
michaelni |
lavf/utils: Try to unwrap pts/dts so as to minimize wraps
Based on …
|
|
|
@254917f0
|
12 years |
michaelni |
lavf/utils: run update_initial_timestamps() outside some if()
This …
|
|
|
@91c18beb
|
12 years |
michaelni |
ffmpeg: fix wrap correction code.
The code failed with negative …
|
|
|
@168ddcd3
|
12 years |
michaelni |
mjpeg: fix fliping with emu edges.
Fixes Ticket121
Signed-off-by: …
|
|
|
@628e6d01
|
12 years |
michaelni |
Fix partially hidden macroblocks for 10-bit DNxHD.
Signed-off-by: …
|
|
|
@15acfa2
|
12 years |
michaelni |
ffv1: more than 8 bit per RGB channel
Add support for GBRP9, GBRP10, …
|
|
|
@2b3b52d5
|
12 years |
michaelni |
lagarith: fix alignment on buffers passed into prediction dsp code.
…
|
|
|
@732dfc76
|
12 years |
michaelni |
lavf/ape: Fix stream duration calculation
Fixes ticket #1662
…
|
|
|
@599a4e07
|
12 years |
michaelni |
mpeg4audio: dont take the SBR flag too serious.
Fixes Ticket1049
…
|
|
|
@104f42e6
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@7b44061f
|
12 years |
anton |
doc/APIchanges: add an entry for codec descriptors.
Also fill in …
|
|
|
@a0a5fed9
|
12 years |
justin.ruggles |
vorbisenc: set AVCodecContext.bit_rate to 0
The Vorbis encoder is …
|
|
|
@890fddd0
|
12 years |
justin.ruggles |
vorbisenc: fix quality parameter
This generates output with bitrates …
|
|
|
@c2271fa7
|
12 years |
nicolas.george |
lavfi: free partial audio buffers when destroying links.
Fix a …
|
|
|
@e9812159
|
12 years |
justin.ruggles |
FATE: add ALAC encoding tests
|
|
|
@4b0e0f31
|
12 years |
justin.ruggles |
lpc: fix alignment of windowed samples for odd maximum LPC order
…
|
|
|
@f24cc1b2
|
12 years |
justin.ruggles |
alacenc: use s16p sample format as input
|
|
|
@358078d9
|
12 years |
justin.ruggles |
alacenc: remove unneeded sample_fmt check
|
|
|
@ec7a212f
|
12 years |
justin.ruggles |
alacenc: fix max_frame_size calculation for the final frame
|
|
|
@081a822b
|
12 years |
michaelni |
FATE: Add Canopus Lossless tests
Signed-off-by: Derek Buitenhuis …
|
|
|
@12ad68b7
|
12 years |
michaelni |
utvideoenc: use dsp.sub_hfyu_median_prediction
Reviewed-by: Derek …
|
|
|
@729b2d02
|
12 years |
michaelni |
utvideoenc: align mangled buffer starts.
This is essential for fast …
|
|
|
@d79c87a6
|
12 years |
michaelni |
utvideoenc: drop step
Reviewed-by: Derek Buitenhuis …
|
|
|
@ba69eb52
|
12 years |
michaelni |
utvideoenc: avoid writing into the input picture.
Reviewed-by: Derek …
|
|
|
@f92f4935
|
12 years |
michaelni |
utvideoenc: use ff_generate_len()
19% faster
smaller files
this may …
|
|
|
@52820bc5
|
12 years |
nicolas.george |
lavfi/overlay: fix return values.
They were only roughly adapted when …
|
|
|
@a9cfe656
|
12 years |
nicolas.george |
lavfi/split: handle closed outputs.
Return AVERROR_EOF if all outputs …
|
|
|
@8b61abac
|
12 years |
nicolas.george |
ffmpeg: use close_output_stream more systematically.
|
|
|
@666fd092
|
12 years |
nicolas.george |
ffmpeg: move close_output_stream earlier.
It will avoid a forward …
|
|
|
@425b7711
|
12 years |
nicolas.george |
ffmpeg: make decoding_needed a counter.
|
|
|
@beeba916
|
12 years |
nicolas.george |
lavfi: add a closed field to AVFilerLink.
It will help forward errors …
|
|
|
@ac07f941
|
12 years |
nicolas.george |
ffmpeg: use AV_BUFFERSRC_FLAG_PUSH.
It reduces the lifespan of …
|
|
|
@5d4ef00
|
12 years |
justin.ruggles |
adpcm_swf: Use correct sample offsets when using trellis.
Fixes …
|
|
|
@7011a42b
|
12 years |
lu_zero |
rtmp: support strict rtmp servers
In order to send or receive a …
|
|
|
@ac330161
|
12 years |
lu_zero |
mjpegdec: support AVRn interlaced
Signed-off-by: Luca Barbato …
|
|
|
@3f943fe6
|
12 years |
michaelni |
huffman/huffyuv: move lorens huffman table generation code to …
|
|
|
@4fced11d
|
12 years |
michaelni |
utvideoenc: optimize and simplify mangle_rgb_planes
Reviewed-by: …
|
|
|
@5b170c0b
|
12 years |
mans |
x86: remove FASTDIV inline asm
GCC 4.3 and later do the right thing …
|
|
|
@36999606
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@a7219529
|
12 years |
stefasab |
examples/decoding_encoding: flush audio frames in the encoder
|
|
|
@535df748
|
12 years |
stefasab |
examples/decoding_encoding: re-organize frame configuration code
Put …
|
|
|
@780bf759
|
12 years |
stefasab |
doc/filters: fix level for the flite Examples subsection
|
|
|
@6fa48867
|
12 years |
diego |
build: x86: Only compile mpegvideo optimizations when necessary
|
|
|
@2c0b1642
|
12 years |
stefasab |
doc/faq: mention doc/examples
Also provide a link to the github …
|
|
|
@005af8ce
|
12 years |
stefasab |
examples/muxing: cast sws_scale() argument to the expected one
Fix …
|
|
|
@4a919627
|
12 years |
stefasab |
doc/eval: add missing documentation of functions
|
|
|
@4a32b30e
|
12 years |
stefasab |
doc/filters: itemize examples for pad filter, and fix a few typos
|
|
|
@66baa458
|
12 years |
diego |
configure: Drop fastdiv option
There is no point in having the user …
|
|
|
@4264a0dd
|
12 years |
diego |
build: Make the E-AC-3 encoder select the AC-3 encoder
The E-AC-3 …
|
|
|
@efa4d6ad
|
12 years |
diego |
fate: flac: Only run tests requiring samples when samples are available
|
|
|
@bc151aee
|
12 years |
michaelni |
avrn: lowercase "name" and expand"long_name"
Signed-off-by: Michael …
|
|
|
@e16fda92
|
12 years |
michaelni |
mov: Change default aac priming fallback from 2112 to 1024
This fixes …
|
|
|
@37a15f3e
|
12 years |
michaelni |
mov: parse custom "----" Metadata
This fixes the priming samples for …
|
|
|
@50df5616
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dirac: …
|
|
|
@72e8d86b
|
12 years |
lu_zero |
dirac: use meaningful return values
Signed-off-by: Luca Barbato …
|
|
|
@26ec392a
|
12 years |
Clément Bœsch |
lavf: remove unused AVStream pointer.
|
|
|
@3dba9e19
|
12 years |
Clément Bœsch |
lavf: add const qualifier to AVCodecDescriptor pointer in …
|
|
|
@44c56a16
|
12 years |
mans |
flacdec: simplify sample buffer handling
Pass pointer to sample …
|
|
|
@ea98507d
|
12 years |
mans |
flacdec: simplify loop in decode_residuals()
|
|
|
@2e2d0b11
|
12 years |
michaelni |
fate: make Ut Video encoder tests use bitexact swscale flags
The …
|
|
|
@10c33296
|
12 years |
stefasab |
doc/ffmpeg: extend documentation for -(no)stdin option
Fix trac …
|
|
|
@957521e7
|
12 years |
anton |
fate: make Ut Video encoder tests use bitexact swscale flags
The …
|
|
|
@62527dc2
|
12 years |
michaelni |
rmdec: parse logical-fileinfo, instead of creating phantom tracks
…
|
|
|
@19a61bf3
|
12 years |
michaelni |
rmdec: pass mime type to ff_rm_read_mdpr_codecdata()
Signed-off-by: …
|
|
|
@85a57677
|
12 years |
michaelni |
lavf: factor ff_free_stream() out
Signed-off-by: Michael Niedermayer …
|
|
|
@3ac754b9
|
12 years |
michaelni |
hls: fix min DTS code, try #2
Signed-off-by: Michael Niedermayer …
|
|
|
@bf606334
|
12 years |
michaelni |
hls: fix EOF check
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9a199040
|
12 years |
stefasab |
lavfi/showspectrum: add priv_class and flags to options
|
|
|
@7123e95
|
12 years |
michaelni |
hls: use av_compare_ts() instead of comparing apples to oranges.
…
|
|
|
@1c585ddd
|
12 years |
michaelni |
lavfi/asyncts: Fix compilation with GCC 4.7
Compilation failed since …
|
|
|
@f4aeb485
|
12 years |
nicolas.george |
ffmpeg: remove outdated warning.
-t works with complex filters now.
|
|
|
@ac456373
|
12 years |
nicolas.george |
lavf/nutenc: write stream metadata.
|
|
|
@454e37ce
|
12 years |
nicolas.george |
lavf/nut: define fourcc DVBT for DVB_TELETEXT.
Allow "-map 0:s -c:s …
|
|
|
@dcae2ecc
|
12 years |
nicolas.george |
ffmpeg: remove useless flags to EOF av_buffersrc_add_ref.
|
|
|
@5bbe4142
|
12 years |
nicolas.george |
lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.
|
|
|
@3899e499
|
12 years |
Clément Bœsch |
lavfi/edgedetect: use "@see" instead of the invalid "@url".
|
|
|
@ddda29b4
|
12 years |
Clément Bœsch |
lavfi: add showspectrum filter.
|
|
|
@786f06e
|
12 years |
michaelni |
h264: fix variable overflow after a few years of video playback
…
|
|
|
@d0b68a9d
|
12 years |
michaelni |
fix spelling
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> …
|
|
|
@415f4cca
|
12 years |
michaelni |
dshow:protect access to curbufsize to promote consistency
…
|
|
|
@a966d94
|
12 years |
michaelni |
dshow: avoid integer overflow when using curbufsize
Signed-off-by: …
|
|
|
@18263698
|
12 years |
michaelni |
utvideoenc: Port to ff_alloc_packet2
Signed-off-by: Derek Buitenhuis …
|
|
|
@67308bd6
|
12 years |
michaelni |
fate: fix utvideoenc tests
For some reason, the prerequisites have to …
|
|
|
@08bd8c8a
|
12 years |
michaelni |
rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT
…
|
|
|
@bb3ed3ba
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@aee51039
|
12 years |
michaelni |
Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'
* commit …
|
|
|
@67a6dac7
|
12 years |
michaelni |
Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'
* commit …
|
|
|
@c5af0680
|
12 years |
michaelni |
Merge commit '8fc83fb081963001e1197c6fdd59fd2af415078a'
* commit …
|
|
|
@deb23777
|
12 years |
diego |
build: amrwb: Drop redundant lsp dependency declaration
|
|
|
@d71e2c1
|
12 years |
mans |
fate: fix utvideoenc tests
For some reason, the prerequisites have to …
|
|
|
@93e75c78
|
12 years |
michaelni |
ffmpeg_opt: get rid of casts for the HAS_ARG case
Signed-off-by: …
|
|
|
@949938d1
|
12 years |
michaelni |
ffmpeg_opt: remove casts for OPT_FUNC2
Signed-off-by: Michael …
|
|
|
@581537c
|
12 years |
michaelni |
ffmpeg_opt: fix copy_tb
Signed-off-by: Michael Niedermayer …
|
|
|
@927022a7
|
12 years |
michaelni |
Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'
* commit …
|
|
|
@a5a0dedf
|
12 years |
michaelni |
Fix duplicate packet init introduced by 7f9aaa4
Signed-off-by: …
|
|
|
@b96509c9
|
12 years |
anton |
fate: Add FATE tests for the Ut Video encoder
Signed-off-by: Anton …
|
|
|
@1ab5a780
|
12 years |
anton |
lavc: add Ut Video encoder
Signed-off-by: Anton Khirnov …
|
|
|
@677e763a
|
12 years |
anton |
mpegvideo_enc: remove stray duplicate line from 7f9aaa4
|
|
|