summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-091-3/+2
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-091-28/+19
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-092-55/+54
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-091-0/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-0928-28/+32
* Docs: Place the vorbis comment properly, currently it's shown above the tableMartin Storsjö2010-03-091-1/+1
* libm.h needs attributes.hMåns Rullgård2010-03-091-0/+1
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-0916-178/+183
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-092-7/+7
* Replace some printf() with puts() in tableprint.cMåns Rullgård2010-03-091-3/+3
* Prettify make output when generating headersMåns Rullgård2010-03-092-4/+5
* Add special case to avoid binary search when appending index entries.Michael Niedermayer2010-03-091-0/+4
* Move libm replacements to new header libm.hMåns Rullgård2010-03-093-59/+92
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-091-1/+9
* Reorder some make rulesMåns Rullgård2010-03-091-9/+9
* Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefilesMåns Rullgård2010-03-091-4/+0
* configure: always write shared lib variables to config.makMåns Rullgård2010-03-091-11/+8
* Simplify static/shared build rulesMåns Rullgård2010-03-092-9/+9
* Move some make rules outside of eval'd blockMåns Rullgård2010-03-091-10/+10
* cosmetic: move some makefile variable definitionsMåns Rullgård2010-03-091-4/+2
* Remove duplicates from OBJSMåns Rullgård2010-03-091-1/+1
* Remove static function name prefixes from American Laser Games MM demuxerPeter Ross2010-03-091-6/+6
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-091-3/+3
* Enable tcp_protocol when enabling httpPeter Ross2010-03-091-0/+1
* aacsbr: Dead code removal.Alex Converse2010-03-091-6/+0
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-091-1/+1
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-091-5/+3
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-092-65/+48
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-091-7/+9
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-091-76/+66
* aacsbr: Fail early on illegal envelope counts.Alex Converse2010-03-091-12/+14
* aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse2010-03-091-0/+8
* Revert commit 22378.Vitor Sessak2010-03-091-4/+0
* Fix compilation on powerpc with --disable-altivecReinhard Tartler2010-03-091-2/+2
* Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov2010-03-091-0/+4
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-091-1/+1
* 10l: Include missing return values in functions made non-void by the previous...Alex Converse2010-03-091-0/+4
* aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse2010-03-091-8/+17
* Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski2010-03-091-0/+1
* Add missing build dependencies for the AAC decoder caused by adding of SBR.Georgi Chorbadzhiyski2010-03-091-1/+1
* mkvenc: Handle negative timestamps correctlyDavid Conrad2010-03-091-4/+7
* mkvenc: Don't try to write packets with unknown timestampsDavid Conrad2010-03-091-0/+5
* mkvenc: write dts for VFW modeDavid Conrad2010-03-091-12/+23
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-091-2/+2
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-091-1/+3
* Bump avcodec minor version for kgv1 decoderDaniel Verkamp2010-03-091-1/+1
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-092-11/+31
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-091-20/+58
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-097-0/+183
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-091-10/+61