|
|
|
@2a8175ff
|
14 years |
Carl Eugen Hoyos |
Change filesize to int64_t.
|
|
|
@f8fab749
|
14 years |
Carl Eugen Hoyos |
Seek back to old position after reading id3v1 tag.
FFmpeg did not …
|
|
|
@8993b596
|
14 years |
michaelni |
Make sure the first q press doesnt f*ck up the protocols and thus …
|
|
|
@90552407
|
14 years |
michaelni |
Fix seting of decode_interrupt_cb()
Signed-off-by: Michael Niedermayer …
|
|
|
@4118d66c
|
14 years |
michaelni |
Revert "lavf: deprecate get_strz() in favor of avio_get_str"
This API …
|
|
|
@b09e5068
|
14 years |
Reimar.Doeffinger |
Make matroska demuxer also set timestamps for RealAudio packets.
…
|
|
|
@5e79502
|
14 years |
michaelni |
ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it …
|
|
|
@12dffc45
|
14 years |
michaelni |
ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
(cherry picked …
|
|
|
@384c9c2f
|
14 years |
michaelni |
avio: add avio_tell macro as a replacement for url_ftell
…
|
|
|
@773947ba
|
14 years |
michaelni |
lavf: deprecate get_strz() in favor of avio_get_str
Signed-off-by: …
|
|
|
@3e1a8e1e
|
14 years |
michaelni |
avio: add avio_get_str()
Signed-off-by: Ronald S. Bultje …
|
|
|
@a960576f
|
14 years |
michaelni |
avio: fix fourcc if any character is >=0x80.
Fixes issue 2638. …
|
|
|
@7f1b1f3d
|
14 years |
Carl Eugen Hoyos |
Fix compilation on powerpc with --disable-altivec.
|
|
|
@08c86634
|
14 years |
baptiste.coudurier |
In retry_transfer_wrapper, do not check url_interrupt_cb,
causes …
|
|
|
@ad82bf9c
|
14 years |
michaelni |
Move guess_correct_pts() under got_picture_ptr.
|
|
|
@3088635a
|
14 years |
michaelni |
h263dec: produce a warning when excessive bitstream is discarded
…
|
|
|
@f28e599f
|
14 years |
michaelni |
vp3-mt: fix deadlock when first frame is not a keyframe.
(cherry …
|
|
|
@5cdef40a
|
14 years |
michaelni |
threads: allow thread count of zero
This moves setting the thread …
|
|
|
@4778b4dd
|
14 years |
michaelni |
vc1: fix decoding when end sequence is present
Signed-off-by: Mans …
|
|
|
@d34ffd3
|
14 years |
michaelni |
ffmpeg: Use av_pkt_dump_log2
This makes dumped packet timestamps …
|
|
|
@08ad81cb
|
14 years |
michaelni |
libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
…
|
|
|
@62d0a745
|
14 years |
michaelni |
aviobuf: Write new data at s->buf_end in fill_buffer
In most cases, …
|
|
|
@cd37308b
|
14 years |
michaelni |
movenc: use correct tag for dvcpro hd
Signed-off-by: Mans Rullgard …
|
|
|
@176e1762
|
14 years |
michaelni |
dnxhd: allow encoding with Avid Nitris compatibility.
Signed-off-by: …
|
|
|
@5bb50c71
|
14 years |
michaelni |
movenc: fix tkhd height for imx
Signed-off-by: Mans Rullgard …
|
|
|
@813cc7ab
|
14 years |
michaelni |
avio: deprecate url_fskip
avio_seek should be used instead
…
|
|
|
@74b3f67c
|
14 years |
michaelni |
lavf: replace all uses of url_fskip with avio_seek
Signed-off-by: …
|
|
|
@f59d8ff8
|
14 years |
michaelni |
avio: avio_ prefix for url_fseek
Signed-off-by: Ronald S. Bultje …
|
|
|
@e9e9139c
|
14 years |
michaelni |
huffyuv: Add multithreading support
Signed-off-by: Ronald S. Bultje …
|
|
|
@05fa64a7
|
14 years |
michaelni |
pthreads: Fix bug introduced with thread_safe_callbacks
For intra …
|
|
|
@1b4580d1
|
14 years |
michaelni |
Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi
|
|
|
@d667be2c
|
14 years |
Carl Eugen Hoyos |
Attribute used is correctly supported by the Intel C compiler since …
|
|
|
@a5b13b14
|
14 years |
Carl Eugen Hoyos |
Use macro INTEL_COMPILER instead of ICC.
ICC is not supported …
|
|
|
@42ccd2fc
|
14 years |
michaelni |
Use --sysroot flag for clang
Although not documented, clang does …
|
|
|
@65ad2c61
|
14 years |
baptiste.coudurier |
In mov muxer, fix adpcm mono muxing, patch by Alex Converse
|
|
|
@4ea02a9a
|
14 years |
baptiste.coudurier |
In mpegts demuxer, do not output known sized packet if an unbounded …
|
|
|
@e9634db
|
14 years |
michaelni |
ARM: VP8: fix build on systems with global symbol prefix
…
|
|
|
@cf9c227e
|
14 years |
michaelni |
ARM: fix vp8 neon with pic enabled
The assembler emits literal pools …
|
|
|
@bbd289a
|
14 years |
michaelni |
configure: document FATE_SAMPLES env var in --help text
…
|
|
|
@1a9fc2b9
|
14 years |
michaelni |
fate: get samples location from env var if not explicitly set
Use the …
|
|
|
@4e815a8b
|
14 years |
michaelni |
movenc: remove uses of deprecated API.
Replace put_tag() with …
|
|
|
@aaa71a3e
|
14 years |
michaelni |
store pasp atom for all types of quicktime movie
Signed-off-by: Luca …
|
|
|
@eea04021
|
14 years |
michaelni |
reindent after tapt patch
Signed-off-by: Luca Barbato …
|
|
|
@3b2c4ce1
|
14 years |
michaelni |
use tapt atom for sample aspect ratio
Signed-off-by: Luca Barbato …
|
|
|
@c3afa4db
|
14 years |
michaelni |
bink: prevent overflows within binkidct by using int-sized …
|
|
|
@6a22f82c
|
14 years |
michaelni |
bink: decode audio track identifiers into AVStream.id
Signed-off-by: …
|
|
|
@4913af0c
|
14 years |
michaelni |
Bink version 'b' audio decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@8d09fc19
|
14 years |
michaelni |
binkaudio: simplify frame_len_bits and frame_len calculation
…
|
|
|
@408ee5a9
|
14 years |
michaelni |
binkaudio: remove unnecessary loop
decode_init sets bands[0] == 2, so …
|
|
|
@23d82139
|
14 years |
michaelni |
binkaudio: perform band table scaling in decode_init
Signed-off-by: …
|
|
|
@777b365c
|
14 years |
michaelni |
bink: set audio stream codec_tag such that binkaudio decoder can …
|
|
|
@22c679d3
|
14 years |
michaelni |
bink: use LOCAL_ALIGNED for aligned stack data
Signed-off-by: Mans …
|
|
|
@a63ba973
|
14 years |
michaelni |
dxva2: define required feature selection macros
Signed-off-by: Mans …
|
|
|
@f183cfeb
|
14 years |
michaelni |
OS/2: lxlite should use stdout
This causes lxlite to use stdout …
|
|
|
@3308ddfb
|
14 years |
michaelni |
avio: deprecate put_tag
it's not used internally anymore and …
|
|
|
@a1b7979
|
14 years |
michaelni |
lavf: replace remaining uses of put_tag with avio_write
…
|
|
|
@eac4e4d9
|
14 years |
michaelni |
avienc: replace &tag[0] with tag.
Signed-off-by: Ronald S. Bultje …
|
|
|
@32442930
|
14 years |
michaelni |
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible …
|
|
|
@853daff6
|
14 years |
michaelni |
dca: use EXT_AUDIO_ID field to determine core extensions
This avoids …
|
|
|
@1e898e7d
|
14 years |
michaelni |
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
There is no need to …
|
|
|
@f3618b01
|
14 years |
michaelni |
vmdaudio: remove unnecessary fields from VmdAudioContext and use the …
|
|
|
@5e7c422d
|
14 years |
michaelni |
vmdaudio: add out_bps to VmdAudioContext and use it to replace …
|
|
|
@504dff8e
|
14 years |
michaelni |
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type …
|
|
|
@83e94d50
|
14 years |
michaelni |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@fb0e3c2
|
14 years |
michaelni |
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
…
|
|
|
@6f3c837f
|
14 years |
michaelni |
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje …
|
|
|
@684512e1
|
14 years |
michaelni |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@aa236250
|
14 years |
michaelni |
vmdaudio: simplify buffer pointer and header size handling.
…
|
|
|
@b4b5e922
|
14 years |
michaelni |
vmdaudio: set *data_size to zero when skipping small packets and add a …
|
|
|
@ebed7b68
|
14 years |
michaelni |
vmdaudio: validate block type
Signed-off-by: Ronald S. Bultje …
|
|
|
@149d3687
|
14 years |
michaelni |
vmdaudio: use macros and a local variable for block type.
…
|
|
|
@2be17a71
|
14 years |
michaelni |
vmdaudio: correct the silent chunk count in the first block.
This …
|
|
|
@c11c7922
|
14 years |
michaelni |
vmdaudio: output audio samples for standalone silent blocks.
…
|
|
|
@2ac19b75
|
14 years |
michaelni |
vmdaudio: remove duplicated code by merging mono and stereo decoding.
…
|
|
|
@994e445a
|
14 years |
michaelni |
vmdaudio: fix raw_block_size calculation.
The size should depend on …
|
|
|
@dca85c8
|
14 years |
Carl Eugen Hoyos |
Mark MS-MPEG4v1 encoder as experimental.
The encoder has never …
|
|
|
@82142490
|
14 years |
Carl Eugen Hoyos |
Add libmpcodecs to the list of libavfilter subdirectories.
|
|
|
@a1c4b65b
|
14 years |
michaelni |
lavf: update documentation of AVOutputFormat.flags
Signed-off-by: …
|
|
|
@8311150
|
14 years |
michaelni |
Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via …
|
|
|
@374eb2ba
|
14 years |
michaelni |
lavf: postpone removal of deprecated avio functions
Signed-off-by: …
|
|
|
@1f5e9ede
|
14 years |
michaelni |
lavf: postpone removal of public metadata conversion API
…
|
|
|
@4c262dc1
|
14 years |
michaelni |
avienc: fix AVI stream index for files with >10 streams
Fixes issue …
|
|
|
@ebb92e07
|
14 years |
michaelni |
avio: rename url_fopen/fclose -> avio_open/close.
Signed-off-by: …
|
|
|
@c24a403
|
14 years |
michaelni |
libavformat: Remove FF_NETERRNO()
Map EAGAIN and EINTR from …
|
|
|
@8e35f5d4
|
14 years |
michaelni |
Add more AVC Intra FOURCCs
Also change the comments a bit since the …
|
|
|
@4f84e728
|
14 years |
michaelni |
aacdec: Reduce the size of buf_mdct.
It was doubled in size for the …
|
|
|
@ad9b2a41
|
14 years |
michaelni |
Remove old VCSs from version.sh
(cherry picked from commit …
|
|
|
@352cb0da
|
14 years |
michaelni |
mpegtsenc: use correct PES stream_id for AAC
This adds the AAC codec …
|
|
|
@51e7c932
|
14 years |
michaelni |
spdifenc.c: fix compile because of missing include avio_internal.h. …
|
|
|
@644b66cd
|
14 years |
michaelni |
vp8: ppc: fix invalid reads in altivec epel mc
The 4-tap filters …
|
|
|
@e407f417
|
14 years |
michaelni |
ppc: fix vc1 inverse transform, unbreak build
GCC 4.3 and later are …
|
|
|
@2df9d000
|
14 years |
michaelni |
avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje …
|
|
|
@e9eb8d0b
|
14 years |
michaelni |
avio: avio: avio_ prefixes for put_* functions
In the name of …
|
|
|
@e48fe14a
|
14 years |
michaelni |
targa: prevent integer overflow in bufsize check.
(cherry picked from …
|
|
|
@d4e321d9
|
14 years |
michaelni |
avio: make get_partial_buffer internal.
Signed-off-by: Ronald S. …
|
|
|
@e63a3628
|
14 years |
michaelni |
avio: avio_ prefixes for get_* functions
In the name of consistency: …
|
|
|
@6a786b15
|
14 years |
michaelni |
VC1: merge idct8x8, coeff adjustments and put_pixels.
Merging these …
|
|
|
@90ed2776
|
14 years |
michaelni |
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
…
|
|
|
@34bb0575
|
14 years |
michaelni |
dsputil: make {add/put/put_signed}_pixels_clamped() non-static. …
|
|
|
@713f4904
|
14 years |
michaelni |
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Advantage is …
|
|
|