|
|
|
@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
|
|
|
@a4f97be1
|
13 years |
martin |
hls: Reset the AVIOContext when seeking
This avoids reading any old …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@2b3d041c
|
13 years |
martin |
applehttp: Do seeking within segments, too
Enhance seeking by …
|
|
|
@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 …
|
|
|
@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: …
|
|
|
@445a7d48
|
13 years |
anton |
mpegvideo_enc: switch to encode2().
|
|
|
@54553842
|
13 years |
anton |
mpegvideo_enc: force encoding delay of at least 1 frame when …
|
|
|
@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 …
|
|
|
@c7e8639c
|
13 years |
martin |
rtpdec: Identify incorrectly signalled H263
H263 in RTP can be …
|
|
|
@b1af4e9c
|
13 years |
martin |
vp8dsp: split long line.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@32a659c7
|
13 years |
rsbultje |
aiff: don't skip block_align==0 check on COMM-after-SSND files.
This …
|
|
|
@ce7aee9
|
13 years |
alex.converse |
dpcm: ignore extra unpaired bytes in stereo streams.
Fixes: …
|
|
|
@3e13005c
|
13 years |
rsbultje |
mp3on4: require a minimum framesize.
If bufsize < headersize, …
|
|
|
@c0994e39
|
13 years |
rsbultje |
mpc7: assign an error level + context to av_log() msg.
|
|
|
@84c202cc
|
13 years |
rsbultje |
huffyuv: error out on bit overrun.
On EOF, get_bits() will …
|
|
|
@07333750
|
13 years |
martin |
dct-test: Add the missing ff_ prefix to the altivec functions
…
|
|
|
@89baf359
|
13 years |
martin |
dct-test: Remove a stray declaration of a nonexistent function
…
|
|
|
@53026339
|
13 years |
martin |
movenc: Write the unknown duration as 64 bit fields in ismv
This is …
|
|
|
@99a357f4
|
13 years |
martin |
movenc: Write track durations with all bits set if duration is unknown …
|
|
|
@af468015
|
13 years |
rsbultje |
als: prevent infinite loop in zero_remaining().
Found-by: Mateusz …
|
|
|
@941fc1e
|
13 years |
rsbultje |
cook: prevent div-by-zero if channels is zero.
Found-by: Mateusz …
|
|
|
@e9b380a7
|
13 years |
anton |
pamenc: switch to encode2().
|
|
|
@3cc77ded
|
13 years |
anton |
svq1enc: switch to encode2().
|
|
|
@6a047213
|
13 years |
anton |
dvenc: switch to encode2().
|
|
|
@b3566a6a
|
13 years |
anton |
dpxenc: switch to encode2().
|
|
|
@83c7fe32
|
13 years |
anton |
pngenc: switch to encode2().
|
|
|
@ab3a410
|
13 years |
anton |
v210enc: switch to encode2().
|
|
|
@f0366fec
|
13 years |
anton |
xwdenc: switch to encode2().
|
|
|
@f2a4559c
|
13 years |
justin.ruggles |
ttadec: use branchless unsigned-to-signed unfolding
|
|
|
@d7840529
|
13 years |
justin.ruggles |
avcodec: add a Sun Rasterfile encoder
Signed-off-by: Justin Ruggles …
|
|
|
@1f1fbcfa
|
13 years |
justin.ruggles |
sunrast: Move common defines to a new header file.
Signed-off-by: …
|
|
|
@b5c626fd
|
13 years |
justin.ruggles |
cdxl: fix video decoding for some files
Width is padded for ham …
|
|
|
@6d10c5bf
|
13 years |
justin.ruggles |
cdxl: fix audio for some samples
There may be extra padding at and of …
|
|
|
@f02edc4
|
13 years |
justin.ruggles |
apetag: add proper support for binary tags
export as attachment …
|
|
|
@323b9da9
|
13 years |
justin.ruggles |
ttadec: remove dead code
The unused code being removed is for …
|
|
|
@1bab6f85
|
13 years |
rsbultje |
swscale: make access to filter data conditional on filter type.
…
|
|
|
@a95e3fa9
|
13 years |
rsbultje |
swscale: update context offsets after removal of AlpMmxFilter.
|
|
|
@5d9ad542
|
13 years |
kostya.shishkov |
prores: initialise encoder and decoder parts only when needed
|
|
|
@25c42234
|
13 years |
rsbultje |
swscale: make monowhite/black RGB-independent.
Disadvantage is that …
|
|
|
@52e4018b
|
13 years |
rsbultje |
flac: fix infinite loops on all-zero input or end-of-stream.
…
|
|
|
@b4027d97
|
13 years |
rsbultje |
wmapro: change max. block size to 13 bits.
WMApro actually support …
|
|
|
@204cb29b
|
13 years |
justin.ruggles |
shorten: Use separate pointers for the allocated memory for decoded …
|
|
|
@c509f4f7
|
13 years |
justin.ruggles |
atrac3: Fix crash in tonal component decoding.
Add a check to avoid …
|
|
|
@9fb7a5af
|
13 years |
justin.ruggles |
ws_snd1: Fix wrong samples counts.
This makes the check that avoids …
|
|
|
@51df7b23
|
13 years |
martin |
movenc: Don't set a default sample duration when creating ismv
…
|
|
|
@298a587
|
13 years |
martin |
rtp: Factorize the check for distinguishing RTCP packets from RTP
The …
|
|
|
@c6643fdd
|
13 years |
rsbultje |
golomb: avoid infinite loop on all-zero input (or end of buffer).
…
|
|
|
@c9fdf324
|
13 years |
justin.ruggles |
bethsoftvid: synchronize video timestamps with audio sample rate
…
|
|
|
@773ff823
|
13 years |
justin.ruggles |
bethsoftvid: add audio stream only after getting the first audio …
|
|
|
@9546f331
|
13 years |
justin.ruggles |
bethsoftvid: Set video packet duration instead of accumulating pts.
|
|
|
@05e4ae83
|
13 years |
justin.ruggles |
bethsoftvid: set packet key frame flag for audio and I-frame video …
|
|
|
@17b11559
|
13 years |
justin.ruggles |
bethsoftvid: fix read_packet() return codes.
Use proper AVERROR …
|
|
|
@f320fb89
|
13 years |
justin.ruggles |
bethsoftvid: pass palette in side data instead of in a separate …
|
|
|
@f3a094f2
|
13 years |
martin |
sdp: Ignore RTCP packets when autodetecting RTP streams
The rtp …
|
|
|
@17b11ffe
|
13 years |
kostya.shishkov |
proresenc: initialise 'sign' variable
|
|
|
@f3e08490
|
13 years |
rsbultje |
mpegaudio: replace memcpy by SIMD code
By replacing memcpy with an …
|
|
|
@ae591aee
|
13 years |
rsbultje |
vc1: prevent using last_frame as a reference for I/P first frame.
…
|
|
|
@210f728
|
13 years |
martin |
ppc: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@f73673a7
|
13 years |
martin |
sh4: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@efd29844
|
13 years |
martin |
mpegvideo: Add ff_ prefix to nonstatic functions
Signed-off-by: …
|
|
|
@0ca1bdb3
|
13 years |
martin |
rtjpeg: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@6c28d657
|
13 years |
martin |
rv: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö …
|
|
|
@d1b357d7
|
13 years |
martin |
vp56: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@27cfdc3e
|
13 years |
martin |
vorbis: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@04d38225
|
13 years |
martin |
msmpeg4: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@5f2c159c
|
13 years |
martin |
vc1: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin …
|
|
|
@1fec0550
|
13 years |
martin |
msmpeg4: Add ff_ prefixes to nonstatic symbols
Signed-off-by: Martin …
|
|
|