|
|
|
@cc4d3dd3
|
14 years |
michaelni |
ac3enc: add SIMD-optimized shifting functions for use with the …
|
|
|
@7e0a284
|
14 years |
michaelni |
ac3enc: shift coefficients to 24-bit following MDCT rather than using …
|
|
|
@67fc32ac
|
14 years |
michaelni |
ac3enc: use MUL64() to multiply fixed-point coefficients
…
|
|
|
@76d4c167
|
14 years |
michaelni |
Add a dummy option -i to ffplay so that it is easy to switch between …
|
|
|
@1a204f0
|
14 years |
michaelni |
framebuffer device demuxer
|
|
|
@f56c4850
|
14 years |
michaelni |
aacenc: Fix a segfault in search_for_quantizers
This reverts the …
|
|
|
@b543e1dc
|
14 years |
michaelni |
mpegts: add all stream languages into metadata
This is used at least …
|
|
|
@aa612fbb
|
14 years |
michaelni |
In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
|
|
|
@a2fc93f7
|
14 years |
michaelni |
Flag DVB subtitles for the hard hearing appropriately using their …
|
|
|
@70b59063
|
14 years |
michaelni |
mpegtsenc: handle multiple language tags per stream
Signed-off-by: …
|
|
|
@750fbbc2
|
14 years |
michaelni |
reindent.
(cherry picked from commit …
|
|
|
@f8bc86d4
|
14 years |
michaelni |
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
…
|
|
|
@718975aa
|
14 years |
michaelni |
avio: deprecate url_fget_max_packet_size
AVIOContext.max_packet_size …
|
|
|
@5e06b020
|
14 years |
michaelni |
aacenc: remove the data arrays
Signed-off-by: Ronald S. Bultje …
|
|
|
@c0fd48a7
|
14 years |
michaelni |
lavf: document the use of multiple entries in language metadata tag
…
|
|
|
@08d804ab
|
14 years |
michaelni |
aac_latm_dec: use aac context and aac m4ac
When decoding latm config, …
|
|
|
@e95f3363
|
14 years |
michaelni |
ac3enc: add some assertions
(cherry picked from commit …
|
|
|
@e8a0c465
|
14 years |
michaelni |
ac3enc: use av_assert2() instead of assert() to make debugging easier. …
|
|
|
@539244ee
|
14 years |
michaelni |
cosmetics: rename ff_fmt_convert_init_ppc() to …
|
|
|
@21527d52
|
14 years |
michaelni |
Add audio codec 0x1600 (ADTS AAC)
Signed-off-by: Ronald S. Bultje …
|
|
|
@db44ea96
|
14 years |
michaelni |
avio: avio_ prefix for url_fsize
Signed-off-by: Ronald S. Bultje …
|
|
|
@1447dc59
|
14 years |
michaelni |
avio: deprecate url_fgetc and remove all it uses
Signed-off-by: …
|
|
|
@de3ef792
|
14 years |
michaelni |
avio: deprecate url_fgets
It's not used anywhere and doesn't look ver …
|
|
|
@e4a26958
|
14 years |
michaelni |
h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.
…
|
|
|
@fb8d710f
|
14 years |
michaelni |
Add Apple HTTP Live Streaming protocol handler
Signed-off-by: Luca …
|
|
|
@de0bddea
|
14 years |
michaelni |
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
If this flag is set, …
|
|
|
@0ea285dd
|
14 years |
michaelni |
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato …
|
|
|
@49e617f
|
14 years |
michaelni |
yadif: add parens around macro parameters
This fixes compilation with …
|
|
|
@ac533ac
|
14 years |
Carl Eugen Hoyos |
Do not loop endlessly if id3v2 tag size is negative / too large.
…
|
|
|
@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.
…
|
|
|