|
|
|
@2bdac293
|
13 years |
Clément Bœsch |
doc/examples: rename filtering.c into filtering_video.c.
|
|
|
@aecf0cf5
|
13 years |
Clément Bœsch |
doc/examples: add audio decoding/filtering example.
Mostly based on …
|
|
|
@241f8465
|
13 years |
Clément Bœsch |
lavfi/abuffer: init the data planes with NULL pointers.
Samples …
|
|
|
@eadd4264
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (36 …
|
|
|
@a923b6b8
|
13 years |
nicolas.george |
af_pan: move query_format before config_props.
That is the logical …
|
|
|
@eb9ba527
|
13 years |
nicolas.george |
af_pan: remove the indirect function call.
libswresample is used in …
|
|
|
@770a5c6d
|
13 years |
justin.ruggles |
adpcmenc: Use correct frame_size for Yamaha ADPCM.
Output packet size …
|
|
|
@6a3f1726
|
13 years |
Reimar.Doeffinger |
Add missing av_free_packet.
Fixes memory leak when encoding at least …
|
|
|
@91a28b0e
|
13 years |
justin.ruggles |
avcodec: add ff_samples_to_time_base() convenience function to internal.h
|
|
|
@41ac9bb2
|
13 years |
justin.ruggles |
adx parser: set duration
|
|
|
@b3a4c7e0
|
13 years |
justin.ruggles |
mlp parser: set duration instead of frame_size
|
|
|
@2460b168
|
13 years |
justin.ruggles |
gsm parser: set duration
|
|
|
@7575ffac
|
13 years |
justin.ruggles |
mpegaudio parser: set duration instead of frame_size
|
|
|
@16e54ac7
|
13 years |
justin.ruggles |
(e)ac3 parser: set duration instead of frame_size
|
|
|
@c7f3f1c
|
13 years |
justin.ruggles |
flac parser: set duration instead of frame_size
|
|
|
@e9cda853
|
13 years |
justin.ruggles |
avcodec: add duration field to AVCodecParserContext
This will allow …
|
|
|
@0b42a938
|
13 years |
justin.ruggles |
avutil: add av_rescale_q_rnd() to allow different rounding
|
|
|
@a297856
|
13 years |
nicolas.george |
af_pan: reindent after last commit.
|
|
|
@a44b510d
|
13 years |
nicolas.george |
af_pan: use libswr for rematrixing.
|
|
|
@560b224f
|
13 years |
nicolas.george |
libswr: allow to set custom matrices.
|
|
|
@016c7bb7
|
13 years |
Reimar.Doeffinger |
matroskadec: remove H.264 special-case that disabled header parsing.
…
|
|
|
@0996f406
|
13 years |
justin.ruggles |
pnmdec: remove useless .pix_fmts
Signed-off-by: Paul B Mahol …
|
|
|
@e00959a9
|
13 years |
justin.ruggles |
libmp3lame: support float and s32 sample formats
|
|
|
@e2322252
|
13 years |
justin.ruggles |
libmp3lame: renaming, rearrangement, alignment, and comments
|
|
|
@232e16dd
|
13 years |
justin.ruggles |
libmp3lame: use the LAME default bit rate
Also, only set bit rate for CBR.
|
|
|
@1f516c04
|
13 years |
justin.ruggles |
libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
|
|
|
@e3d2c89e
|
13 years |
justin.ruggles |
libmp3lame: cosmetics: remove some pointless comments
|
|
|
@bf909fc4
|
13 years |
justin.ruggles |
libmp3lame: convert some debugging code to av_dlog()
also remove …
|
|
|
@469d2a8e
|
13 years |
justin.ruggles |
libmp3lame: remove outdated comment.
We now require at least …
|
|
|
@35cfd7d0
|
13 years |
justin.ruggles |
libmp3lame: do not set coded_frame->key_frame.
it is already set in …
|
|
|
@8dad25eb
|
13 years |
justin.ruggles |
libmp3lame: improve error handling in MP3lame_encode_init()
|
|
|
@310c372e
|
13 years |
justin.ruggles |
libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext
|
|
|
@278d6ab9
|
13 years |
stefasab |
ffprobe: report bit rate in stream description
Signed-off-by: Stefano …
|
|
|
@3293b1ad
|
13 years |
stefasab |
lavc: set bit_rate in the decoder context, just after the init stage
…
|
|
|
@a4f97be1
|
13 years |
martin |
hls: Reset the AVIOContext when seeking
This avoids reading any old …
|
|
|
@6e6bdeb1
|
13 years |
Clément Bœsch |
doc: fix channel layout value in abuffer example.
The channel layout …
|
|
|
@55fd7da1
|
13 years |
anton |
pcxenc: switch to encode2().
|
|
|
@fb11e22
|
13 years |
anton |
sgienc: switch to encode2().
|
|
|
@61eaf45c
|
13 years |
anton |
targaenc: switch to encode2().
|
|
|
@1e742ea3
|
13 years |
anton |
targaenc: don't modify input frame.
Set the pict_type/key_frame …
|
|
|
@32277700
|
13 years |
anton |
roqvideoenc: switch to encode2().
|
|
|
@4fd7cfef
|
13 years |
anton |
roqvideoenc: add const qualifier to the input frame.
|
|
|
@1ea57550
|
13 years |
anton |
pnmenc: switch to encode2().
|
|
|
@bc9c70e5
|
13 years |
anton |
huffyuv: switch to encode2().
|
|
|
@2abee9be
|
13 years |
anton |
v410enc: switch to encode2().
|
|
|
@11505f3
|
13 years |
anton |
zmbvenc: switch to encode2().
|
|
|
@8c8c7b5e
|
13 years |
anton |
zmbvenc: move header writing to the end of encode_frame().
This makes …
|
|
|
@be2e211d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doxy: …
|
|
|
@8fb26950
|
13 years |
rsbultje |
h264: don't use redzone in loopfilter on win64.
Red zone usage is not …
|
|
|
@b18f8cbf
|
13 years |
rsbultje |
Revert two swscale commits.
Revert "swscale: update context offsets …
|
|
|
@f4f386dd
|
13 years |
michaelni |
wmalossless: Fix infinite loop.
Fixes more of Ticket1000
…
|
|
|
@886b40b9
|
13 years |
michaelni |
wmalossless: Switch to new audio API
Partially fixes Ticket1000
…
|
|
|
@b240866c
|
13 years |
michaelni |
wmalossless: remove tab
Signed-off-by: Michael Niedermayer …
|
|
|
@2b3d041c
|
13 years |
martin |
applehttp: Do seeking within segments, too
Enhance seeking by …
|
|
|
@1060e9ce
|
13 years |
michaelni |
cmdutils: add -cpuflags.
This allows globally forcing specific …
|
|
|
@04f7eee7
|
13 years |
michaelni |
Merge remote-tracking branch 'shariman/wmall'
* shariman/wmall:
…
|
|
|
@6b8b0fe2
|
13 years |
lu_zero |
doxy: remove reference to removed api
|
|
|
@aac63cef
|
13 years |
lu_zero |
examples: unbreak compilation
Update api so it will compile again.
|
|
|
@e04ca1d4
|
13 years |
justin.ruggles |
ttadec: cosmetics: reindent
Signed-off-by: Paul B Mahol …
|
|
|
@d9b3097b
|
13 years |
michaelni |
pamdec: fix mono support.
Signed-off-by: Michael Niedermayer …
|
|
|
@566df2ee
|
13 years |
anton |
sunrast: use RLE trigger macro inplace of the hard coded value.
…
|
|
|
@1a58daed
|
13 years |
anton |
sunrastenc: set keyframe flag for the output packet.
Signed-off-by: …
|
|
|
@3fa6d205
|
13 years |
Reimar.Doeffinger |
H264 parser: enable header parsing/frame type detection for is_avc.
…
|
|
|
@445a7d48
|
13 years |
anton |
mpegvideo_enc: switch to encode2().
|
|
|
@54553842
|
13 years |
anton |
mpegvideo_enc: force encoding delay of at least 1 frame when …
|
|
|
@d3f81a67
|
13 years |
michaelni |
pamenc: allocate the correct packetsize for mono.
Signed-off-by: …
|
|
|
@5d468ed
|
13 years |
michaelni |
pamenc: move allocation down.
This way the size that is calculated is …
|
|
|
@e98a76d3
|
13 years |
michaelni |
h264: use av_fast_padded_malloc()
This zeros all the memory once and …
|
|
|
@b6a08665
|
13 years |
michaelni |
img2dec: add im32 extension, sunrast with 32bit depth
Signed-off-by: …
|
|
|
@624c413
|
13 years |
Clément Bœsch |
examples: add -Wall to CFLAGS.
|
|
|
@2b97be5d
|
13 years |
Clément Bœsch |
examples/filtering: fix unused variable and return value in …
|
|
|
@b117c392
|
13 years |
Clément Bœsch |
examples/filtering: fix deprecated function calls warnings.
|
|
|
@f0755375
|
13 years |
Clément Bœsch |
examples/filtering: fix implicit declarations and function mis-usage.
|
|
|
@4a519b6e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mov: …
|
|
|
@57182b9f
|
13 years |
Reimar.Doeffinger |
lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple.
-idct …
|
|
|
@76cc0992
|
13 years |
Reimar.Doeffinger |
oggenc: fix condition when not to flush due to keyframe granule.
The …
|
|
|
@030e96fe
|
13 years |
Reimar.Doeffinger |
oggdec: improve warning message.
Print whether it was a keyframe or a …
|
|
|
@8688e6ac
|
13 years |
Clément Bœsch |
ffprobe: fix crash if the file can't be opened.
|
|
|
@5be805d3
|
13 years |
martin |
mov: Use defines for sample flags in fragments
Signed-off-by: Martin …
|
|
|
@3eec23f3
|
13 years |
martin |
mov: Use defines for trun flags
Signed-off-by: Martin Storsjö …
|
|
|
@73328f24
|
13 years |
martin |
mov: Use defines for tfhd flags
Signed-off-by: Martin Storsjö …
|
|
|
@6d702dc0
|
13 years |
kostya.shishkov |
proresenc: force bitrate not to exceed given limit
Apple ProRes …
|
|
|
@c742ab4
|
13 years |
rsbultje |
vc1parse: call vc1_init_common().
The parser uses VLC tables …
|
|
|
@9d3050d3
|
13 years |
rsbultje |
wma: don't return 0 on invalid packets.
Return 0 means "please return …
|
|
|
@41afac7f
|
13 years |
rsbultje |
asf: prevent packet_size_left from going negative if hdrlen > pktlen.
…
|
|
|
@74699ac8
|
13 years |
rsbultje |
mjpegb: don't return 0 at the end of frame decoding.
Return 0 …
|
|
|
@f23a7403
|
13 years |
Reimar.Doeffinger |
Add muxer test based on stream-copy from FATE sample.
This should …
|
|
|
@c7e8639c
|
13 years |
martin |
rtpdec: Identify incorrectly signalled H263
H263 in RTP can be …
|
|
|
@a520a994
|
13 years |
shahriman_ams |
Perform inter-channel decorr. only if both channels are coded
|
|
|
@f3bd226d
|
13 years |
michaelni |
ffmpeg: Fix setting flags for codec copy.
Signed-off-by: Michael …
|
|
|
@ad8173eb
|
13 years |
Reimar.Doeffinger |
Allow other programs to open the same files on Windows.
In order to …
|
|
|
@7c8d477
|
13 years |
Reimar.Doeffinger |
Make AAC in Ogg (ogm) work.
This needs the extradata to be extracted. …
|
|
|
@4538d660
|
13 years |
stefasab |
lavfi/aspect: set default value to 0:1, as stated in the docs
Fix …
|
|
|
@80715c3b
|
13 years |
stefasab |
lavfi/aspect: remove confusing comments
|
|
|
@36021871
|
13 years |
stefasab |
lavfi/aspect: show log info even in case no argument is provided to …
|
|
|
@c9ac0827
|
13 years |
michaelni |
movenc: Dont crash on aspect=0/0.
Signed-off-by: Michael Niedermayer …
|
|
|
@c36010c2
|
13 years |
michaelni |
avidec: remove harmless duplicate code.
Signed-off-by: Michael …
|
|
|
@bfe7bace
|
13 years |
michaelni |
libx264: unbreak libx264rgb
Signed-off-by: Paul B Mahol …
|
|
|
@bbb61a1c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@b1af4e9c
|
13 years |
martin |
vp8dsp: split long line.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|