|
|
|
@f360e7b4
|
13 years |
michaelni |
sv1enc: switch to ff_alloc_packet2()
Signed-off-by: Michael …
|
|
|
@a42fa4c6
|
13 years |
michaelni |
adxenc: switch to ff_alloc_packet2()
Signed-off-by: Michael …
|
|
|
@a8aba068
|
13 years |
michaelni |
adpcmenc: switch to ff_alloc_packet2()
Signed-off-by: Michael …
|
|
|
@7fe8250e
|
13 years |
michaelni |
aacenc: switch to ff_alloc_packet2()
Signed-off-by: Michael …
|
|
|
@00663de3
|
13 years |
michaelni |
lavc: add ff_alloc_packet2().
This contains a AVCodecContext thus …
|
|
|
@6c9db402
|
13 years |
michaelni |
avcodec_encode_audio2: add missing padding to realloc()
…
|
|
|
@afbf9ed0
|
13 years |
nicolas.george |
udp: lock all operations on shared variables.
|
|
|
@e1838835
|
13 years |
nicolas.george |
udp: return the error code instead of generic EIO.
|
|
|
@5deb5ccb
|
13 years |
nicolas.george |
udp: call av_fifo_space directly as needed.
The comment seemed to …
|
|
|
@63afc4f6
|
13 years |
nicolas.george |
udp: use non-blocking read instead of select.
|
|
|
@aa129788
|
13 years |
nicolas.george |
udp: use pthread_cancel instead of a shared flag.
It allows to exit …
|
|
|
@42460322
|
13 years |
michaelni |
segment: fix null pointer dereference
Signed-off-by: Paul B Mahol …
|
|
|
@f1c69546
|
13 years |
michaelni |
dvbsub: remove unused variable
Signed-off-by: Paul B Mahol …
|
|
|
@53c89677
|
13 years |
michaelni |
bbox: remove superfluous initializations
Signed-off-by: Paul B Mahol …
|
|
|
@8678af54
|
13 years |
michaelni |
flicvideo: remove dead store
Signed-off-by: Paul B Mahol …
|
|
|
@f2b91bd6
|
13 years |
michaelni |
latm_parser: remove dead store
Signed-off-by: Paul B Mahol …
|
|
|
@f5463d53
|
13 years |
michaelni |
sunrastenc: remove dead store
Signed-off-by: Paul B Mahol …
|
|
|
@ddbd0ced
|
13 years |
michaelni |
mjpegbdec: remove dead store
Signed-off-by: Paul B Mahol …
|
|
|
@36440982
|
13 years |
michaelni |
vqavideo: remove some superfluous " VQA video: "
Signed-off-by: Paul …
|
|
|
@015fd02b
|
13 years |
michaelni |
electronicarts vp6: set duration of video stream
Signed-off-by: Paul …
|
|
|
@eb984129
|
13 years |
michaelni |
doc/examples/decoding_encoding: make the buffer bigger.
This should …
|
|
|
@109650b3
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: use …
|
|
|
@967facb6
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (26 …
|
|
|
@f1fdd208
|
13 years |
michaelni |
h264_mp4toannexb_bsf: use i instead of misusing unit_type.
…
|
|
|
@17431f4a
|
13 years |
Carl Eugen Hoyos |
Fix type and codetype fields in the MMF header for some phones.
|
|
|
@d364009
|
13 years |
Carl Eugen Hoyos |
Fix libspeex decoding.
This parly reverts 85469f.
Fixes ticket #1091.
|
|
|
@361c4cdc
|
13 years |
michaelni |
h264_mp4toannexb_bsf: support 24bit lengths
|
|
|
@2a4f1d3
|
13 years |
Reimar.Doeffinger |
Print a warning when using wild guesses as time stamps.
…
|
|
|
@89411ae6
|
13 years |
Reimar.Doeffinger |
Replace SSE2 instruction by SSE equivalent.
This is even potentially …
|
|
|
@6aba117f
|
13 years |
justin.ruggles |
adxenc: use AVCodec.encode2()
|
|
|
@54e6cf8a
|
13 years |
justin.ruggles |
adxenc: Use the AVFrame in ADXContext for coded_frame
|
|
|
@38c3b68e
|
13 years |
nicolas.george |
pixdesc: put components always in the same order.
|
|
|
@68fd077f
|
13 years |
kostya.shishkov |
indeo4: fix out-of-bounds function call.
Found-by: Mateusz "j00ru" …
|
|
|
@3b327a4b
|
13 years |
diego |
configure: Restructure help output.
Break some of the longer sections …
|
|
|
@478fd534
|
13 years |
diego |
configure: Internal-only components should not be command-line selectable.
|
|
|
@5ca595fa
|
13 years |
michaelni |
westwood_vqa: set video stream duration
Signed-off-by: Paul B Mahol …
|
|
|
@98ca4d21
|
13 years |
michaelni |
westwood_vqa: fix SND0 chunk handling
Version from vqa header does …
|
|
|
@8d393ce3
|
13 years |
michaelni |
aiffdec: Fix SIGFPE on pcm_f32be
Signed-off-by: Michael Niedermayer …
|
|
|
@5d4017b8
|
13 years |
justin.ruggles |
vorbisenc: use AVCodec.encode2()
|
|
|
@e5aab2d7
|
13 years |
justin.ruggles |
libvorbis: use AVCodec.encode2()
|
|
|
@8ccf545b
|
13 years |
justin.ruggles |
libopencore-amrnbenc: use AVCodec.encode2()
|
|
|
@330d9d1b
|
13 years |
justin.ruggles |
ra144enc: use AVCodec.encode2()
|
|
|
@f090428
|
13 years |
justin.ruggles |
nellymoserenc: use AVCodec.encode2()
|
|
|
@32173df3
|
13 years |
justin.ruggles |
roqaudioenc: use AVCodec.encode2()
The first frame pts must be saved …
|
|
|
@b03dcf0
|
13 years |
justin.ruggles |
libspeex: use AVCodec.encode2()
|
|
|
@57a52f2
|
13 years |
justin.ruggles |
libvo_amrwbenc: use AVCodec.encode2()
|
|
|
@db440fa1
|
13 years |
justin.ruggles |
libvo_aacenc: use AVCodec.encode2()
|
|
|
@27bacfeb
|
13 years |
justin.ruggles |
wmaenc: use AVCodec.encode2()
|
|
|
@3493390d
|
13 years |
nicolas.george |
lavfi: add tile video filter.
|
|
|
@70849851
|
13 years |
nicolas.george |
vsrc_color: port to new drawutils API.
|
|
|
@53b7a3fe
|
13 years |
nicolas.george |
vf_pad: port to new drawutils API.
|
|
|
@8ec08327
|
13 years |
nicolas.george |
drawutils: new API.
This new API stores useful data in a dedicated …
|
|
|
@87a72b91
|
13 years |
michaelni |
swscale: Merge a hunk from qatar that seems to have been forgotten or …
|
|
|
@8e0d3c03
|
13 years |
stefasab |
lavfi/ass: add dar option
Allow to specify the display aspect ratio …
|
|
|
@c9399538
|
13 years |
stefasab |
lavfi/ass: use a default DAR value of 1.0
Previously it was using the …
|
|
|
@e71e65ff
|
13 years |
stefasab |
lavfi/aspect: check for a negative code from av_parse_ratio()
Check …
|
|
|
@6cf53927
|
13 years |
nicolas.george |
graphdump: use av_bprintf API.
|
|
|
@b75c67dc
|
13 years |
nicolas.george |
lavu: add av_bprintf and related.
|
|
|
@594a3d63
|
13 years |
michaelni |
bink: no need to increase width twice
Signed-off-by: Paul B Mahol …
|
|
|
@9e69d3c6
|
13 years |
michaelni |
zerocodec: factorize loop
Signed-off-by: Michael Niedermayer …
|
|
|
@15e07348
|
13 years |
michaelni |
ttadec: refactor ttafilter_process()
Signed-off-by: Paul B Mahol …
|
|
|
@1a7a707f
|
13 years |
michaelni |
tgq: use bytestream2_get_bytes_left()
Signed-off-by: Paul B Mahol …
|
|
|
@0acacd23
|
13 years |
michaelni |
xxan: use bytestream2_size()
Signed-off-by: Paul B Mahol …
|
|
|
@ff05fd62
|
13 years |
michaelni |
xxan: remove write-only variable
Signed-off-by: Paul B Mahol …
|
|
|
@8a90148d
|
13 years |
michaelni |
smc: use bytestream2_size()
Signed-off-by: Paul B Mahol …
|
|
|
@0ee5be4e
|
13 years |
michaelni |
bytestream: add functions for accessing size of buffer
Signed-off-by: …
|
|
|
@841e669a
|
13 years |
michaelni |
cdxl: swap CHUNKY and BYTE_PLANAR
This is how it is defined in Amiga …
|
|
|
@3eaf7120
|
13 years |
michaelni |
sgienc: fix packet size.
Signed-off-by: Michael Niedermayer …
|
|
|
@0ebd8361
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (27 …
|
|
|
@b0f75ba2
|
13 years |
justin.ruggles |
mpegaudioenc: use AVCodec.encode2()
Update FATE references due to …
|
|
|
@3d853d7a
|
13 years |
justin.ruggles |
libmp3lame: use AVCodec.encode2()
|
|
|
@1987a940
|
13 years |
justin.ruggles |
libgsmenc: use AVCodec.encode2()
|
|
|
@d1afb2f9
|
13 years |
justin.ruggles |
libfaac: use AVCodec.encode2()
Encoder output is delayed by several …
|
|
|
@59041fd0
|
13 years |
justin.ruggles |
g726enc: use AVCodec.encode2()
|
|
|
@bb03b6f7
|
13 years |
justin.ruggles |
g722enc: use AVCodec.encode2()
FATE reference updated due timestamp …
|
|
|
@910bdb9a
|
13 years |
justin.ruggles |
flacenc: use AVCodec.encode2()
|
|
|
@24e74f0a
|
13 years |
justin.ruggles |
adpcmenc: update to AVCodec.encode2()
|
|
|
@aa872af
|
13 years |
justin.ruggles |
ac3enc: update to AVCodec.encode2()
Update FATE references due to …
|
|
|
@ad95307f
|
13 years |
justin.ruggles |
aacenc: use AVCodec.encode2()
|
|
|
@745a33a4
|
13 years |
michaelni |
fate/zerocodec: fix permissions
Reported-by: Deamon404
Signed-off-by: …
|
|
|
@4bf64961
|
13 years |
justin.ruggles |
avcodec: add code for a frame queue for use by audio encoders with …
|
|
|
@c9594fe0
|
13 years |
justin.ruggles |
avconv: free packet in write_frame() when discarding due to frame …
|
|
|
@e056f8d3
|
13 years |
justin.ruggles |
FATE: use +/- flag option syntax for vp8 emu-edge tests
|
|
|
@15db6a95
|
13 years |
michaelni |
pngenc: Fix incorrect mask used for interlaced mode.
Fixes Ticket1109 …
|
|
|
@a6733202
|
13 years |
anton |
lavf: make av_interleave_packet_per_dts() private.
There is no reason …
|
|
|
@3c90cc2e
|
13 years |
anton |
lavf: deprecate av_read_packet().
The caller can achieve the same …
|
|
|
@f63412fc
|
13 years |
justin.ruggles |
oggdec: output correct timestamps for Vorbis
Takes encoder delay into …
|
|
|
@9b9fc9ba
|
13 years |
justin.ruggles |
avconv: pass input stream timestamps to audio encoders
5 FATE test …
|
|
|
@a1977e01
|
13 years |
justin.ruggles |
lavc: shrink encoded audio packet size after encoding.
|
|
|
@777365fe
|
13 years |
justin.ruggles |
xa: set correct bit rate
Also fixes stream duration calculation.
|
|
|
@a54bc522
|
13 years |
justin.ruggles |
xa: do not set bit_rate, block_align, or bits_per_coded_sample
The …
|
|
|
@64de57f6
|
13 years |
justin.ruggles |
xa: fix end-of-file handling
Do not output an extra packet when …
|
|
|
@cd2ffb67
|
13 years |
justin.ruggles |
xa: fix timestamp calculation
The packet duration is always 28 samples.
|
|
|
@1d10afd5
|
13 years |
kostya.shishkov |
bink: fix typo in FFALIGN() argument
|
|
|
@8ae28ac0
|
13 years |
kostya.shishkov |
bink: align plane width to 8 when calculating bundle sizes
This fixes …
|
|
|
@8f394a6c
|
13 years |
michaelni |
pngdec: print error message for truncated pngs even if we output them
…
|
|
|
@309d8ec1
|
13 years |
michaelni |
pngenc: allocate packets that have some chance of being large enough.
…
|
|
|
@393b81f0
|
13 years |
michaelni |
mxfdec: Only parse next partition pack if parsing forward
This fixes …
|
|
|
@4ed47d33
|
13 years |
michaelni |
pngdec: dont discard incomplete images.
Signed-off-by: Michael …
|
|
|
@eeb792d8
|
13 years |
michaelni |
pngdec: Print error messages for the various failure pathes.
…
|
|
|