|
|
|
@148fc995
|
13 years |
anton |
lclenc: switch to encode2().
|
|
|
@21b46747
|
13 years |
anton |
qtrleenc: switch to encode2().
|
|
|
@62d5f9e5
|
13 years |
justin.ruggles |
flacdec: set channel_layout based on channel count
Channel layouts …
|
|
|
@3798205a
|
13 years |
justin.ruggles |
mov: set channel layout for AC-3 streams based on the 'dac3' atom info …
|
|
|
@1254022e
|
13 years |
rsbultje |
swscale: fix filtersize clipping.
if srcW<=2, clip(x, 1, srcW-2) …
|
|
|
@562ebc30
|
13 years |
diego |
dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex
…
|
|
|
@15b4b505
|
13 years |
diego |
img2: split muxer and demuxer into separate files
Signed-off-by: Paul …
|
|
|
@aac07a7a
|
13 years |
rsbultje |
rm: prevent infinite loops for index parsing.
Specifically, prevent …
|
|
|
@1cd9a615
|
13 years |
alex.converse |
aac: fix infinite loop on end-of-frame with sequence of 1-bits.
…
|
|
|
@b142496
|
13 years |
alex.converse |
mov: Add more HDV and XDCAM FourCCs.
Reference: VLC
|
|
|
@0584e3ca
|
13 years |
anton |
lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().
…
|
|
|
@e30b3e59
|
13 years |
rsbultje |
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. …
|
|
|
@58700edb
|
13 years |
justin.ruggles |
cdxl: correctly synchronize video timestamps to audio
Signed-off-by: …
|
|
|
@6bbaf6e0
|
13 years |
justin.ruggles |
mlpdec_parser: fix a few channel layouts.
Signed-off-by: Justin …
|
|
|
@147715ca
|
13 years |
justin.ruggles |
Add channel names to channel_names[] array for channels added in …
|
|
|
@0c7b8b75
|
13 years |
martin |
movenc: Buffer the mdat for the initial moov fragment, too
This …
|
|
|
@b70f04c2
|
13 years |
martin |
flvdec: Ignore the index if the ignidx flag is set
Signed-off-by: …
|
|
|
@0a7ce3ca
|
13 years |
martin |
flvdec: Fix indentation
Also split a long line.
Signed-off-by: …
|
|
|
@aa96d433
|
13 years |
martin |
movdec: Don't parse all fragments if ignidx is set
In nonseekable …
|
|
|
@383a3b64
|
13 years |
martin |
movdec: Restart parsing root-level atoms at the right spot
If parsing …
|
|
|
@b5696ff
|
13 years |
diego |
prores: use natural integer type for the codebook index
The …
|
|
|
@0ad522af
|
13 years |
alex.converse |
mov: Add support for MPEG2 HDV 720p24 (hdv4)
|
|
|
@89d94b21
|
13 years |
diego |
swscale: K&R formatting cosmetics (part I)
|
|
|
@72b95764
|
13 years |
diego |
swscale: variable declaration and placement cosmetics
|
|
|
@5d42ac7f
|
13 years |
anton |
mpegvideo_enc: only allocate output packet when we know there will be …
|
|
|
@b38b6d56
|
13 years |
justin.ruggles |
Add names for more channel layouts to the channel layout map.
…
|
|
|
@79c7064c
|
13 years |
justin.ruggles |
sunrast: Add a sample request for RMP_RAW colormap.
Signed-off-by: …
|
|
|
@70749c48
|
13 years |
justin.ruggles |
avcodec: do not override pts or duration from the audio encoder
This …
|
|
|
@2c87c7a9
|
13 years |
justin.ruggles |
Add prores regression test.
Signed-off-by: Reimar Döffinger …
|
|
|
@a86ca946
|
13 years |
justin.ruggles |
Enable already existing rso regression test.
Signed-off-by: Reimar …
|
|
|
@ecdb31c
|
13 years |
justin.ruggles |
Add regression test for "sox" format muxer/demuxer.
Signed-off-by: …
|
|
|
@8ee2ddcb
|
13 years |
justin.ruggles |
Add dpx encoding regression test.
Signed-off-by: Justin Ruggles …
|
|
|
@04217de4
|
13 years |
diego |
swscale: K&R formatting cosmetics for PowerPC code (part I/II)
|
|
|
@3f486e0d
|
13 years |
diego |
img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.
|
|
|
@24d150b7
|
13 years |
diego |
Clarify licensing information about files borrowed from libjpeg.
|
|
|
@b0f29db5
|
13 years |
alex.converse |
Mark mutable static data const where appropriate.
|
|
|
@e48a70e6
|
13 years |
janne-libav |
avplay: fix -threads option
The AVOptions based default to threads …
|
|
|
@6a4cf065
|
13 years |
janne-libav |
dvbsubdec: avoid undefined signed left shift in RGBA macro
|
|
|
@ca085e66
|
13 years |
janne-libav |
mlpdec: use av_log_ask_for_sample()
Signed-off-by: Paul B Mahol …
|
|
|
@33510e8
|
13 years |
diego |
gif: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@08630d25
|
13 years |
diego |
png: make .long_name more descriptive
Signed-off-by: Paul B Mahol …
|
|
|
@a5c50913
|
13 years |
martin |
movdec: Adjust keyframe flagging in fragmented files
For video, mark …
|
|
|
@3ab9a2a5
|
13 years |
rsbultje |
rv34: change most "int stride" into "ptrdiff_t stride".
This prevents …
|
|
|
@770a5c6d
|
13 years |
justin.ruggles |
adpcmenc: Use correct frame_size for Yamaha ADPCM.
Output packet size …
|
|
|
@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
|
|
|
@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.
|
|
|