source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b33fa8a1   14 years michaelni CrystalHD decoder support v7 The Broadcom CrystalHD decoder chips …
(edit) @0b82612d   14 years michaelni ffplay: Continue if the file was appended to. This is a bit …
(edit) @3bd624b   14 years michaelni Fix url_feof() for file appendings. Signed-off-by: Michael Niedermayer …
(edit) @9c55fe8f   14 years michaelni Merge remote-tracking branch 'remotes/newdev/master' Merged-by: …
(edit) @ffb03045   14 years michaelni id3v2: fix typo in error message Signed-off-by: Mans Rullgard …
(edit) @fb61a7c5   14 years mans id3v2: fix typo in error message Signed-off-by: Mans Rullgard …
(edit) @31ff9bd7   14 years rsbultje aacenc: Fix a segfault in search_for_quantizers This reverts the …
(edit) @0de8ebf   14 years Carl Eugen Hoyos Do not use AVFMT_FLAG_NONBLOCK for the output file. Allows to use …
(edit) @cc4d3dd3   14 years michaelni ac3enc: add SIMD-optimized shifting functions for use with the …
(edit) @7e0a284   14 years michaelni ac3enc: shift coefficients to 24-bit following MDCT rather than using …
(edit) @67fc32ac   14 years michaelni ac3enc: use MUL64() to multiply fixed-point coefficients …
(edit) @76d4c167   14 years michaelni Add a dummy option -i to ffplay so that it is easy to switch between …
(edit) @1a204f0   14 years michaelni framebuffer device demuxer
(edit) @f56c4850   14 years michaelni aacenc: Fix a segfault in search_for_quantizers This reverts the …
(edit) @b543e1dc   14 years michaelni mpegts: add all stream languages into metadata This is used at least …
(edit) @aa612fbb   14 years michaelni In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
(edit) @a2fc93f7   14 years michaelni Flag DVB subtitles for the hard hearing appropriately using their …
(edit) @70b59063   14 years michaelni mpegtsenc: handle multiple language tags per stream Signed-off-by: …
(edit) @750fbbc2   14 years michaelni reindent. (cherry picked from commit …
(edit) @f8bc86d4   14 years michaelni avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h …
(edit) @718975aa   14 years michaelni avio: deprecate url_fget_max_packet_size AVIOContext.max_packet_size …
(edit) @5e06b020   14 years michaelni aacenc: remove the data arrays Signed-off-by: Ronald S. Bultje …
(edit) @c0fd48a7   14 years michaelni lavf: document the use of multiple entries in language metadata tag …
(edit) @08d804ab   14 years michaelni aac_latm_dec: use aac context and aac m4ac When decoding latm config, …
(edit) @e95f3363   14 years michaelni ac3enc: add some assertions (cherry picked from commit …
(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) @66e5b1df   14 years rsbultje avio: deprecate url_feof AVIOContext.eof_reached should be used …
(edit) @6a7e074e   14 years rsbultje mpegts: add all stream languages into metadata This is used at least …
(edit) @688c22e0   14 years rsbultje In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
(edit) @789936db   14 years rsbultje Flag DVB subtitles for the hard hearing appropriately using their …
(edit) @435cebd0   14 years rsbultje mpegtsenc: handle multiple language tags per stream Signed-off-by: …
(edit) @89e568f   14 years rsbultje lavf: update documentation of AVOutputFormat.flags Signed-off-by: …
(edit) @4e84f994   14 years rsbultje reindent.
(edit) @f1ef2cd9   14 years rsbultje avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h …
(edit) @e8bb2e24   14 years rsbultje avio: deprecate url_fget_max_packet_size AVIOContext.max_packet_size …
(edit) @2790d7a9   14 years rsbultje aacenc: remove the data arrays Signed-off-by: Ronald S. Bultje …
(edit) @c9256246   14 years rsbultje lavf: document the use of multiple entries in language metadata tag …
(edit) @36864ac3   14 years rsbultje aac_latm_dec: use aac context and aac m4ac When decoding latm config, …
(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) @2d9a101a   14 years justin.ruggles ac3enc: add some assertions
(edit) @7100d63c   14 years justin.ruggles ac3enc: use av_assert2() instead of assert() to make debugging easier.
(edit) @d21be5f1   14 years justin.ruggles cosmetics: rename ff_fmt_convert_init_ppc() to …
(edit) @159683dd   14 years justin.ruggles Fix compilation on powerpc with --disable-altivec.
(edit) @d34ca1cf   14 years rsbultje Add audio codec 0x1600 (ADTS AAC) Signed-off-by: Ronald S. Bultje …
(edit) @76aa876   14 years rsbultje avio: avio_ prefix for url_fsize Signed-off-by: Ronald S. Bultje …
(edit) @e5197539   14 years rsbultje avio: deprecate url_fgetc and remove all it uses Signed-off-by: …
(edit) @655e45e   14 years rsbultje avio: deprecate url_fgets It's not used anywhere and doesn't look ver …
(edit) @2af07d3   14 years rsbultje avio: add avio_skip macro This is a substitute for the url_fskip …
(edit) @02dd3666   14 years rsbultje h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. …
(edit) @f4f4e12c   14 years lu_zero Add Apple HTTP Live Streaming protocol handler Signed-off-by: Luca …
(edit) @8f73c060   14 years lu_zero URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME If this flag is set, …
(edit) @f3bea991   14 years lu_zero URLProtocol: Add a flags field Signed-off-by: Luca Barbato …
(edit) @4118d66c   14 years michaelni Revert "lavf: deprecate get_strz() in favor of avio_get_str" This API …
(edit) @391a132   14 years mans yadif: add parens around macro parameters This fixes compilation with …
(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) @53e35fd3   14 years justin.ruggles ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it …
(edit) @b35743ff   14 years justin.ruggles ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
(edit) @7f1b1f3d   14 years Carl Eugen Hoyos Fix compilation on powerpc with --disable-altivec.
(edit) @a2704c97   14 years rsbultje avio: add avio_tell macro as a replacement for url_ftell …
(edit) @e16ead07   14 years rsbultje lavf: deprecate get_strz() in favor of avio_get_str Signed-off-by: …
(edit) @41d8555f   14 years rsbultje avio: add avio_get_str() Signed-off-by: Ronald S. Bultje …
(edit) @fd085bc   14 years rsbultje avio: fix fourcc if any character is >=0x80. Fixes issue 2638.
(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
Note: See TracRevisionLog for help on using the revision log.