source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f05c164   14 years rsbultje jv demuxer: prevent video packet size overflow In the event of …
(edit) @772cb062   14 years rsbultje jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number …
(edit) @20c1281f   14 years rsbultje jv demuxer: calculate palette_size for each frame in read_header …
(edit) @402f9ad5   14 years rsbultje Bitmap Brothers JV errata Signed-off-by: Ronald S. Bultje …
(edit) @bfaefd8   14 years rsbultje Bitmap Brothers JV demuxer Signed-off-by: Ronald S. Bultje …
(edit) @0697440c   14 years rsbultje Bitmap Brothers JV video decoder Signed-off-by: Ronald S. Bultje …
(edit) @21de9204   14 years rsbultje Update the url to the site website and change ffmpeg-devel to …
(edit) @0e6a3ee4   14 years lu_zero doc: document applehttp protocol The documentation might be extended …
(edit) @81a13131   14 years jason VP8: fix other function declaration Was missed in 3efbe137.
(edit) @0215006a   14 years mans VC1: Export profile/level Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @5dbe78bf   14 years mans ffmpeg: remove unused variable in ffmpeg_exit() Fix the warning: …
(edit) @1eeca886   14 years jason VP8: optimize VP8Context struct ordering Shaves at least 3KB off code …
(edit) @3efbe137   14 years jason VP8: fix function declaration
(edit) @b1d2f812   14 years jason VP8: token probs doesn't need padding prob[0] is the only prob array …
(edit) @628b48db   14 years jason VP8: use a goto to break out of two loops A break statement was …
(edit) @a5444fee   14 years mans Add CONFIG_AC3DSP symbol to simplify makefiles Signed-off-by: Mans …
(edit) @4fa18c56   14 years mans configure: use pkg-config helpers This makes existing pkg-config uses …
(edit) @3f8040db   14 years mans configure: improve pkg-config support This adds helper functions for …
(edit) @edaf1ae2   14 years mans configure: allow checking multiple functions in check_func_headers() …
(edit) @35d7d6f7   14 years rsbultje Add one more avc intra fourcc and extend the description …
(edit) @aecd0a44   14 years rsbultje Export profiles from the mpeg2 video decoder Signed-off-by: Ronald S. …
(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) @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) @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) @391a132   14 years mans yadif: add parens around macro parameters This fixes compilation with …
(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) @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) @8cf9a09d   14 years rsbultje vp3-mt: fix deadlock when first frame is not a keyframe.
(edit) @ff1efc52   14 years mans threads: allow thread count of zero This moves setting the thread …
(edit) @fb985071   14 years mans vc1: fix decoding when end sequence is present Signed-off-by: Mans …
(edit) @5e33e7bd   14 years lu_zero ffmpeg: Use av_pkt_dump_log2 This makes dumped packet timestamps …
(edit) @863c4716   14 years lu_zero libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter …
(edit) @e360ada2   14 years lu_zero aviobuf: Write new data at s->buf_end in fill_buffer In most cases, …
(edit) @06ed4873   14 years mans movenc: use correct tag for dvcpro hd Signed-off-by: Mans Rullgard …
(edit) @99bbc781   14 years mans dnxhd: allow encoding with Avid Nitris compatibility. Signed-off-by: …
(edit) @fffdee89   14 years mans movenc: fix tkhd height for imx Signed-off-by: Mans Rullgard …
(edit) @0300db8a   14 years rsbultje avio: deprecate url_fskip avio_seek should be used instead …
(edit) @e356fc57   14 years rsbultje lavf: replace all uses of url_fskip with avio_seek Signed-off-by: …
(edit) @6b4aa5da   14 years rsbultje avio: avio_ prefix for url_fseek Signed-off-by: Ronald S. Bultje …
(edit) @76d8846c   14 years rsbultje huffyuv: Add multithreading support Signed-off-by: Ronald S. Bultje …
(edit) @ad9791e1   14 years rsbultje pthreads: Fix bug introduced with thread_safe_callbacks For intra …
(edit) @00ba041c   14 years mans Use --sysroot flag for clang Although not documented, clang does …
(edit) @0b32da90   14 years mans ARM: VP8: fix build on systems with global symbol prefix …
(edit) @8b454c35   14 years mans ARM: fix vp8 neon with pic enabled The assembler emits literal pools …
(edit) @52b3cc6   14 years mans configure: document FATE_SAMPLES env var in --help text …
(edit) @aa3805a4   14 years mans fate: get samples location from env var if not explicitly set Use the …
(edit) @13ff92d1   14 years rsbultje movenc: remove uses of deprecated API. Replace put_tag() with …
(edit) @d184c86c   14 years lu_zero store pasp atom for all types of quicktime movie Signed-off-by: Luca …
(edit) @77d207cb   14 years lu_zero reindent after tapt patch Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @ea1afa12   14 years lu_zero use tapt atom for sample aspect ratio Signed-off-by: Luca Barbato …
(edit) @e211e25   14 years rsbultje bink: prevent overflows within binkidct by using int-sized …
(edit) @588a3ffd   14 years rsbultje bink: decode audio track identifiers into AVStream.id Signed-off-by: …
(edit) @ccfcddb   14 years rsbultje Bink version 'b' audio decoder Signed-off-by: Ronald S. Bultje …
(edit) @8a8c283e   14 years rsbultje binkaudio: simplify frame_len_bits and frame_len calculation …
(edit) @a304def1   14 years rsbultje binkaudio: remove unnecessary loop decode_init sets bands[0] == 2, so …
(edit) @582ac86d   14 years rsbultje binkaudio: perform band table scaling in decode_init Signed-off-by: …
(edit) @f0ca29eb   14 years rsbultje bink: set audio stream codec_tag such that binkaudio decoder can …
(edit) @8997bb88   14 years mans bink: use LOCAL_ALIGNED for aligned stack data Signed-off-by: Mans …
(edit) @04973f80   14 years mans dxva2: define required feature selection macros Signed-off-by: Mans …
(edit) @cc4e9d2a   14 years mans OS/2: lxlite should use stdout This causes lxlite to use stdout …
(edit) @61840b43   14 years rsbultje avio: deprecate put_tag it's not used internally anymore and …
(edit) @bbc413f9   14 years rsbultje lavf: replace remaining uses of put_tag with avio_write …
(edit) @99f42c27   14 years rsbultje avienc: replace &tag[0] with tag. Signed-off-by: Ronald S. Bultje …
(edit) @0abdb293   14 years rsbultje lavf: use a new ffio_wfourcc macro instead of put_tag() where possible …
(edit) @7e06e0ed   14 years mans dca: use EXT_AUDIO_ID field to determine core extensions This avoids …
(edit) @1108f899   14 years rsbultje vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. There is no need to …
(edit) @2ec7862d   14 years rsbultje vmdaudio: remove unnecessary fields from VmdAudioContext and use the …
(edit) @1e86d685   14 years rsbultje vmdaudio: add out_bps to VmdAudioContext and use it to replace …
(edit) @1574eff3   14 years rsbultje vmdaudio: simplify vmdaudio_decode_frame() by handling block_type …
(edit) @ba9516cc   14 years rsbultje cosmetics: reindent after previous commit Signed-off-by: Ronald S. …
(edit) @762b386e   14 years rsbultje vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). …
(edit) @8e9027d2   14 years rsbultje cosmetics: remove debugging cruft Signed-off-by: Ronald S. Bultje …
Note: See TracRevisionLog for help on using the revision log.