| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 4 | -5/+5 |
* | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 8 | -17/+17 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 8 | -11/+11 |
* | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 7 | -9/+9 |
* | lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. | Anton Khirnov | 2011-10-20 | 3 | -4/+4 |
* | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov | 2011-10-20 | 5 | -12/+12 |
* | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 7 | -21/+21 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 16 | -25/+25 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 12 | -29/+29 |
* | lavc: use avpriv_ prefix for ff_aac_parse_header(). | Anton Khirnov | 2011-10-20 | 7 | -7/+7 |
* | lavf: hide private symbols. | Anton Khirnov | 2011-10-20 | 1 | -5/+21 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 5 | -18/+18 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 9 | -11/+11 |
* | avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation | Justin Ruggles | 2011-10-20 | 1 | -0/+4 |
* | avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2() | Justin Ruggles | 2011-10-20 | 1 | -2/+3 |
* | avcodec: clarify documentation of CODEC_CAP_DELAY | Justin Ruggles | 2011-10-20 | 1 | -2/+4 |
* | shorten: fix end-of-stream decoding. | Justin Ruggles | 2011-10-20 | 2 | -15/+34 |
* | shorten: do not use block size to determine whether to read the header. | Justin Ruggles | 2011-10-20 | 1 | -2/+4 |
* | shorten: check output buffer size before decoding | Justin Ruggles | 2011-10-20 | 1 | -1/+7 |
* | shorten: use av_clip_int16() for output sample clipping | Justin Ruggles | 2011-10-20 | 1 | -1/+1 |
* | shorten: use bytestream functions to decode the embedded WAVE header | Justin Ruggles | 2011-10-20 | 1 | -26/+17 |
* | shorten: add some comments | Justin Ruggles | 2011-10-20 | 1 | -0/+18 |
* | shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc() | Justin Ruggles | 2011-10-20 | 1 | -44/+39 |
* | cosmetics: remove some needless commented-out stuff | Justin Ruggles | 2011-10-20 | 1 | -2/+0 |
* | shorten: validate block size | Justin Ruggles | 2011-10-20 | 1 | -2/+15 |
* | shorten: move declaration of 'ret' to top of shorten_decode_frame() | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
* | shorten: pass on error value from allocate_buffers() instead of returning -1 | Justin Ruggles | 2011-10-20 | 1 | -3/+3 |
* | shorten: check for realloc failure | Justin Ruggles | 2011-10-20 | 1 | -3/+17 |
* | shorten: move decoding of prediction order and applying of global offset to | Justin Ruggles | 2011-10-20 | 1 | -17/+27 |
* | shorten: only calculate output size when returning decoded samples, otherwise | Justin Ruggles | 2011-10-20 | 1 | -4/+6 |
* | cosmetics: reindent | Justin Ruggles | 2011-10-20 | 1 | -81/+81 |
* | shorten: separate processing of audio commands from non-audio commands | Justin Ruggles | 2011-10-20 | 1 | -34/+39 |
* | shorten: skip some fields in the WAV header embedded in the shorten header. | Justin Ruggles | 2011-10-20 | 1 | -3/+4 |
* | shorten: split reading of file header into a separate functions | Justin Ruggles | 2011-10-20 | 1 | -61/+70 |
* | avformat: do not require frame_size for Speex. | Justin Ruggles | 2011-10-20 | 1 | -1/+0 |
* | ogg/speex: set correct timestamp and duration for the first packet. | Justin Ruggles | 2011-10-20 | 1 | -11/+9 |
* | flvenc: check packet duration in speex using timestamps | Justin Ruggles | 2011-10-20 | 1 | -11/+13 |
* | libspeexenc: add libspeex encoder | Justin Ruggles | 2011-10-20 | 7 | -4/+331 |
* | flvenc: adjust for negative DTS for all codecs, not just H.264 | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
* | x86: Move some variable declarations below the appropriat #ifdef. | Diego Biurrun | 2011-10-20 | 3 | -3/+3 |
* | x86: Fix linking of ProRes DSP ASM with YASM disabled. | Diego Biurrun | 2011-10-20 | 1 | -3/+3 |
* | avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section. | Diego Biurrun | 2011-10-20 | 1 | -0/+6 |
* | Only test-compile w32pthreads.h if W32THREADS are available. | Diego Biurrun | 2011-10-20 | 1 | -0/+1 |
* | presets: rename presets directory | Janne Grunau | 2011-10-19 | 38 | -3/+3 |
* | lavc: make avcodec_get_context_defaults3 "officially" public | Anton Khirnov | 2011-10-19 | 3 | -24/+36 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 35 | -57/+83 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 101 | -129/+129 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 4 | -4/+40 |
* | Use correct scaling table for bwd-pred MVs in second B-field | Mashiat Sarker Shakkhar | 2011-10-19 | 1 | -9/+11 |
* | Ut Video decoder | Kostya Shishkov | 2011-10-19 | 8 | -2/+471 |