|
|
|
@5d20e7b7
|
13 years |
anton |
APIchanges: fill in missing dates and hashes.
|
|
|
@b2af057a
|
13 years |
rsbultje |
smacker: convert palette and header reading to bytestream2.
|
|
|
@c3bbd0b5
|
13 years |
rsbultje |
alac: convert extradata reading to bytestream2.
|
|
|
@62ce9de
|
13 years |
diego |
x86: dsputil: prettyprint gcc inline asm
|
|
|
@3b54912
|
13 years |
diego |
x86: K&R prettyprinting cosmetics for dsputil_mmx.c
|
|
|
@915a2a0a
|
13 years |
diego |
x86: conditionally compile H.264 QPEL optimizations
|
|
|
@3816642
|
13 years |
diego |
dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.
This …
|
|
|
@5d115c1d
|
13 years |
diego |
Ignore generated files below doc/.
|
|
|
@3a3f06b0
|
13 years |
rsbultje |
dpcm: convert to bytestream2.
|
|
|
@f31a68e7
|
13 years |
rsbultje |
interplayvideo: convert to bytestream2.
|
|
|
@68893afe
|
13 years |
martin |
movenc: Merge if statements
This isn't exactly equivalent with the …
|
|
|
@cb348677
|
13 years |
rsbultje |
h264: fix memleak in error path.
Signed-off-by: Ronald S. Bultje …
|
|
|
@147ee4cf
|
13 years |
rsbultje |
pthread: Immediately release all frames in ff_thread_flush()
Before …
|
|
|
@6ef40639
|
13 years |
rsbultje |
h264: Add check for invalid chroma_format_idc
Fixes a crash when …
|
|
|
@ec0ed97b
|
13 years |
rsbultje |
utvideo: port header reading to bytestream2.
Fixes crash during slice …
|
|
|
@d5ed5e7d
|
13 years |
martin |
avc: Add a function for converting mp4 style extradata to annex b
…
|
|
|
@2ee01fbd
|
13 years |
anton |
pthread: free progress if buffer allocation failed.
Else we run out …
|
|
|
@bc1ef855
|
13 years |
anton |
lavc/avconv: support changing frame sizes in codecs with frame mt.
…
|
|
|
@e20ad71e
|
13 years |
martin |
libavformat: Document who sets the AVStream.id field
Signed-off-by: …
|
|
|
@72dadaa9
|
13 years |
kostya.shishkov |
utvideo: mark output picture as keyframe.
Spotted by Антон.
|
|
|
@cc965300
|
13 years |
justin.ruggles |
sunrast: Add support for negative linesize.
Signed-off-by: Justin …
|
|
|
@14ba7472
|
13 years |
rsbultje |
vp8: fix update_lf_deltas in libavcodec/vp8.c
lf_delta.ref[i] and …
|
|
|
@494bce62
|
13 years |
kostya.shishkov |
ralf: read Huffman code lengths without GetBitContext
Those …
|
|
|
@cb7190c
|
13 years |
janne-libav |
rv34: error out on size changes with frame threading
|
|
|
@b00307ec
|
13 years |
alex.converse |
aacsbr: Add a debug check to sbr_mapping.
There have been multiple …
|
|
|
@0cb93dac
|
13 years |
alex.converse |
aac: Reset some state variables when turning SBR off
This makes sure …
|
|
|
@a237b380
|
13 years |
alex.converse |
aac: Reset PS parameters on header decode failure.
If the next header …
|
|
|
@7beec7e2
|
13 years |
rsbultje |
fate: add wmalossless test.
|
|
|
@71ea2681
|
13 years |
rsbultje |
aacsbr: handle m_max values smaller than 4.
Prevents a signflip in …
|
|
|
@73ad4471
|
13 years |
janne-libav |
rv34: Handle only complete frames in frame-mt.
Correct handling of …
|
|
|
@5ab506a5
|
13 years |
janne-libav |
MPV: set reference frame pointers to NULL when allocation of dummy …
|
|
|
@4a584eda
|
13 years |
diego |
configure: die if x11grab dependencies are unavailable
Signed-off-by: …
|
|
|
@afa61290
|
13 years |
diego |
zerocodec: factorize loop
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@4094fc99
|
13 years |
justin.ruggles |
avconv: fix the resampling safety factors for output audio buffer …
|
|
|
@9869e963
|
13 years |
justin.ruggles |
avconv: move audio output buffer allocation to a separate function
…
|
|
|
@f3ab3e1a
|
13 years |
justin.ruggles |
avconv: make the async buffer global and free it in exit_program()
|
|
|
@5023b89b
|
13 years |
alex.converse |
xwma: Validate channels and bits_per_coded_sample.
This prevents a …
|
|
|
@86f2ae06
|
13 years |
alex.converse |
mov: Do not read past the end of the ctts_data table.
Found-by: …
|
|
|
@3e6e89b
|
13 years |
alex.converse |
mov: Add missing terminator to mov_ch_layout_map_1ch.
Found-by: …
|
|
|
@e73c6aaa
|
13 years |
rsbultje |
asf: reset side data elements on packet copy.
Prevents crash (double …
|
|
|
@26219644
|
13 years |
rsbultje |
wmavoice: fix stack overread.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@3c926767
|
13 years |
rsbultje |
wmalossless: error out if a subframe is not used by any channel.
…
|
|
|
@75d7975
|
13 years |
rsbultje |
vqa: check palette chunk size before reading data.
Prevents overreads …
|
|
|
@d462949
|
13 years |
rsbultje |
wmalossless: reset sample pointer for each subframe.
Prevents …
|
|
|
@326f7a68
|
13 years |
rsbultje |
wmalossless: error out on invalid values for order.
Found-by: Mateusz …
|
|
|
@e9c0b12c
|
13 years |
anton |
FATE: Add ZeroCodec test
Signed-off-by: Derek Buitenhuis …
|
|
|
@f0b4a50
|
13 years |
anton |
oggparseogm: fix order of arguments of avpriv_set_pts_info().
…
|
|
|
@677df4d2
|
13 years |
anton |
pngenc: better upper bound for encoded frame size.
Fixes encoding …
|
|
|
@f036342b
|
13 years |
justin.ruggles |
aiffdec: set block_duration to 1 for PCM codecs that are supported in …
|
|
|
@b38b7cc3
|
13 years |
justin.ruggles |
aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF
|
|
|
@2c07c18
|
13 years |
justin.ruggles |
aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C
|
|
|
@02f88eec
|
13 years |
justin.ruggles |
aiffdec: do not set bit rate if block duration is unknown
CC: …
|
|
|
@87818103
|
13 years |
kostya.shishkov |
wmall: output packet only if we have decoded some samples
Also set …
|
|
|
@6aba117f
|
13 years |
justin.ruggles |
adxenc: use AVCodec.encode2()
|
|
|
@54e6cf8a
|
13 years |
justin.ruggles |
adxenc: Use the AVFrame in ADXContext for coded_frame
|
|
|
@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.
|
|
|
@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()
|
|
|
@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()
|
|
|
@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
|
|
|
@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 …
|
|
|
@2ac3df85
|
13 years |
mans |
doc: pass -Idoc texi2html and texi2pod
This fixes doc generation in …
|
|
|
@b8b207e8
|
13 years |
mans |
doc: texi2pod: add -I flag
This allows specifying additional …
|
|
|
@39f5a546
|
13 years |
martin |
movenc: Add a min_frag_duration option
The other fragmentation …
|
|
|
@ccfa8aa2
|
13 years |
martin |
rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers
…
|
|
|
@4fa57d5
|
13 years |
martin |
libavformat: Set the default for the max_delay option to -1
Make the …
|
|
|
@0d0b81f9
|
13 years |
anton |
Generate manpages for AV{Format,Codec}Context AVOptions.
|
|
|
@4fea8959
|
13 years |
anton |
doc/avconv: remove entries for AVOptions.
Documentation for those …
|
|
|
@56266971
|
13 years |
anton |
Move AVFormatContext/AVCodecContext option tables to separate files.
…
|
|
|