source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8a0c465   14 years michaelni ac3enc: use av_assert2() instead of assert() to make debugging easier. …
(edit) @539244ee   14 years michaelni cosmetics: rename ff_fmt_convert_init_ppc() to …
(edit) @21527d52   14 years michaelni Add audio codec 0x1600 (ADTS AAC) Signed-off-by: Ronald S. Bultje …
(edit) @db44ea96   14 years michaelni avio: avio_ prefix for url_fsize Signed-off-by: Ronald S. Bultje …
(edit) @1447dc59   14 years michaelni avio: deprecate url_fgetc and remove all it uses Signed-off-by: …
(edit) @de3ef792   14 years michaelni avio: deprecate url_fgets It's not used anywhere and doesn't look ver …
(edit) @e4a26958   14 years michaelni h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. …
(edit) @fb8d710f   14 years michaelni Add Apple HTTP Live Streaming protocol handler Signed-off-by: Luca …
(edit) @de0bddea   14 years michaelni URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME If this flag is set, …
(edit) @0ea285dd   14 years michaelni URLProtocol: Add a flags field Signed-off-by: Luca Barbato …
(edit) @49e617f   14 years michaelni yadif: add parens around macro parameters This fixes compilation with …
(edit) @ac533ac   14 years Carl Eugen Hoyos Do not loop endlessly if id3v2 tag size is negative / too large. …
(edit) @2a8175ff   14 years Carl Eugen Hoyos Change filesize to int64_t.
(edit) @f8fab749   14 years Carl Eugen Hoyos Seek back to old position after reading id3v1 tag. FFmpeg did not …
(edit) @8993b596   14 years michaelni Make sure the first q press doesnt f*ck up the protocols and thus …
(edit) @90552407   14 years michaelni Fix seting of decode_interrupt_cb() Signed-off-by: Michael Niedermayer …
(edit) @4118d66c   14 years michaelni Revert "lavf: deprecate get_strz() in favor of avio_get_str" This API …
(edit) @b09e5068   14 years Reimar.Doeffinger Make matroska demuxer also set timestamps for RealAudio packets. …
(edit) @5e79502   14 years michaelni ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it …
(edit) @12dffc45   14 years michaelni ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h (cherry picked …
(edit) @384c9c2f   14 years michaelni avio: add avio_tell macro as a replacement for url_ftell …
(edit) @773947ba   14 years michaelni lavf: deprecate get_strz() in favor of avio_get_str Signed-off-by: …
(edit) @3e1a8e1e   14 years michaelni avio: add avio_get_str() Signed-off-by: Ronald S. Bultje …
(edit) @a960576f   14 years michaelni avio: fix fourcc if any character is >=0x80. Fixes issue 2638. …
(edit) @7f1b1f3d   14 years Carl Eugen Hoyos Fix compilation on powerpc with --disable-altivec.
(edit) @08c86634   14 years baptiste.coudurier In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
(edit) @ad82bf9c   14 years michaelni Move guess_correct_pts() under got_picture_ptr.
(edit) @3088635a   14 years michaelni h263dec: produce a warning when excessive bitstream is discarded …
(edit) @f28e599f   14 years michaelni vp3-mt: fix deadlock when first frame is not a keyframe. (cherry …
(edit) @5cdef40a   14 years michaelni threads: allow thread count of zero This moves setting the thread …
(edit) @4778b4dd   14 years michaelni vc1: fix decoding when end sequence is present Signed-off-by: Mans …
(edit) @d34ffd3   14 years michaelni ffmpeg: Use av_pkt_dump_log2 This makes dumped packet timestamps …
(edit) @08ad81cb   14 years michaelni libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter …
(edit) @62d0a745   14 years michaelni aviobuf: Write new data at s->buf_end in fill_buffer In most cases, …
(edit) @cd37308b   14 years michaelni movenc: use correct tag for dvcpro hd Signed-off-by: Mans Rullgard …
(edit) @176e1762   14 years michaelni dnxhd: allow encoding with Avid Nitris compatibility. Signed-off-by: …
(edit) @5bb50c71   14 years michaelni movenc: fix tkhd height for imx Signed-off-by: Mans Rullgard …
(edit) @813cc7ab   14 years michaelni avio: deprecate url_fskip avio_seek should be used instead …
(edit) @74b3f67c   14 years michaelni lavf: replace all uses of url_fskip with avio_seek Signed-off-by: …
(edit) @f59d8ff8   14 years michaelni avio: avio_ prefix for url_fseek Signed-off-by: Ronald S. Bultje …
(edit) @e9e9139c   14 years michaelni huffyuv: Add multithreading support Signed-off-by: Ronald S. Bultje …
(edit) @05fa64a7   14 years michaelni pthreads: Fix bug introduced with thread_safe_callbacks For intra …
(edit) @1b4580d1   14 years michaelni Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi
(edit) @d667be2c   14 years Carl Eugen Hoyos Attribute used is correctly supported by the Intel C compiler since …
(edit) @a5b13b14   14 years Carl Eugen Hoyos Use macro INTEL_COMPILER instead of ICC. ICC is not supported …
(edit) @42ccd2fc   14 years michaelni Use --sysroot flag for clang Although not documented, clang does …
(edit) @65ad2c61   14 years baptiste.coudurier In mov muxer, fix adpcm mono muxing, patch by Alex Converse
(edit) @4ea02a9a   14 years baptiste.coudurier In mpegts demuxer, do not output known sized packet if an unbounded …
(edit) @e9634db   14 years michaelni ARM: VP8: fix build on systems with global symbol prefix …
(edit) @cf9c227e   14 years michaelni ARM: fix vp8 neon with pic enabled The assembler emits literal pools …
(edit) @bbd289a   14 years michaelni configure: document FATE_SAMPLES env var in --help text …
(edit) @1a9fc2b9   14 years michaelni fate: get samples location from env var if not explicitly set Use the …
(edit) @4e815a8b   14 years michaelni movenc: remove uses of deprecated API. Replace put_tag() with …
(edit) @aaa71a3e   14 years michaelni store pasp atom for all types of quicktime movie Signed-off-by: Luca …
(edit) @eea04021   14 years michaelni reindent after tapt patch Signed-off-by: Luca Barbato …
(edit) @3b2c4ce1   14 years michaelni use tapt atom for sample aspect ratio Signed-off-by: Luca Barbato …
(edit) @c3afa4db   14 years michaelni bink: prevent overflows within binkidct by using int-sized …
(edit) @6a22f82c   14 years michaelni bink: decode audio track identifiers into AVStream.id Signed-off-by: …
(edit) @4913af0c   14 years michaelni Bink version 'b' audio decoder Signed-off-by: Ronald S. Bultje …
(edit) @8d09fc19   14 years michaelni binkaudio: simplify frame_len_bits and frame_len calculation …
(edit) @408ee5a9   14 years michaelni binkaudio: remove unnecessary loop decode_init sets bands[0] == 2, so …
(edit) @23d82139   14 years michaelni binkaudio: perform band table scaling in decode_init Signed-off-by: …
(edit) @777b365c   14 years michaelni bink: set audio stream codec_tag such that binkaudio decoder can …
(edit) @22c679d3   14 years michaelni bink: use LOCAL_ALIGNED for aligned stack data Signed-off-by: Mans …
(edit) @a63ba973   14 years michaelni dxva2: define required feature selection macros Signed-off-by: Mans …
(edit) @f183cfeb   14 years michaelni OS/2: lxlite should use stdout This causes lxlite to use stdout …
(edit) @3308ddfb   14 years michaelni avio: deprecate put_tag it's not used internally anymore and …
(edit) @a1b7979   14 years michaelni lavf: replace remaining uses of put_tag with avio_write …
(edit) @eac4e4d9   14 years michaelni avienc: replace &tag[0] with tag. Signed-off-by: Ronald S. Bultje …
(edit) @32442930   14 years michaelni lavf: use a new ffio_wfourcc macro instead of put_tag() where possible …
(edit) @853daff6   14 years michaelni dca: use EXT_AUDIO_ID field to determine core extensions This avoids …
(edit) @1e898e7d   14 years michaelni vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. There is no need to …
(edit) @f3618b01   14 years michaelni vmdaudio: remove unnecessary fields from VmdAudioContext and use the …
(edit) @5e7c422d   14 years michaelni vmdaudio: add out_bps to VmdAudioContext and use it to replace …
(edit) @504dff8e   14 years michaelni vmdaudio: simplify vmdaudio_decode_frame() by handling block_type …
(edit) @83e94d50   14 years michaelni cosmetics: reindent after previous commit Signed-off-by: Ronald S. …
(edit) @fb0e3c2   14 years michaelni vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). …
(edit) @6f3c837f   14 years michaelni cosmetics: remove debugging cruft Signed-off-by: Ronald S. Bultje …
(edit) @684512e1   14 years michaelni cosmetics: reindent after previous commit Signed-off-by: Ronald S. …
(edit) @aa236250   14 years michaelni vmdaudio: simplify buffer pointer and header size handling. …
(edit) @b4b5e922   14 years michaelni vmdaudio: set *data_size to zero when skipping small packets and add a …
(edit) @ebed7b68   14 years michaelni vmdaudio: validate block type Signed-off-by: Ronald S. Bultje …
(edit) @149d3687   14 years michaelni vmdaudio: use macros and a local variable for block type. …
(edit) @2be17a71   14 years michaelni vmdaudio: correct the silent chunk count in the first block. This …
(edit) @c11c7922   14 years michaelni vmdaudio: output audio samples for standalone silent blocks. …
(edit) @2ac19b75   14 years michaelni vmdaudio: remove duplicated code by merging mono and stereo decoding. …
(edit) @994e445a   14 years michaelni vmdaudio: fix raw_block_size calculation. The size should depend on …
(edit) @dca85c8   14 years Carl Eugen Hoyos Mark MS-MPEG4v1 encoder as experimental. The encoder has never …
(edit) @82142490   14 years Carl Eugen Hoyos Add libmpcodecs to the list of libavfilter subdirectories.
(edit) @a1c4b65b   14 years michaelni lavf: update documentation of AVOutputFormat.flags Signed-off-by: …
(edit) @8311150   14 years michaelni Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via …
(edit) @374eb2ba   14 years michaelni lavf: postpone removal of deprecated avio functions Signed-off-by: …
(edit) @1f5e9ede   14 years michaelni lavf: postpone removal of public metadata conversion API …
(edit) @4c262dc1   14 years michaelni avienc: fix AVI stream index for files with >10 streams Fixes issue …
(edit) @ebb92e07   14 years michaelni avio: rename url_fopen/fclose -> avio_open/close. Signed-off-by: …
(edit) @c24a403   14 years michaelni libavformat: Remove FF_NETERRNO() Map EAGAIN and EINTR from …
(edit) @8e35f5d4   14 years michaelni Add more AVC Intra FOURCCs Also change the comments a bit since the …
(edit) @4f84e728   14 years michaelni aacdec: Reduce the size of buf_mdct. It was doubled in size for the …
(edit) @ad9b2a41   14 years michaelni Remove old VCSs from version.sh (cherry picked from commit …
(edit) @352cb0da   14 years michaelni mpegtsenc: use correct PES stream_id for AAC This adds the AAC codec …
Note: See TracRevisionLog for help on using the revision log.