summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix memory leak in FFM demuxerVitor Sessak2010-03-10
* undef av_always_inline before redefiningMåns Rullgård2010-03-10
* Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer2010-03-10
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-10
* reindentBaptiste Coudurier2010-03-10
* Include os_support.h which has a fallback declaration of socklen_tDave Yeo2010-03-10
* Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo2010-03-10
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-10
* 10l: fix version.h generationMåns Rullgård2010-03-10
* Remove .SECONDARY directiveMåns Rullgård2010-03-10
* Make version.h depend on git changesMåns Rullgård2010-03-10
* Improve version.h generationMåns Rullgård2010-03-10
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-10
* Prettify make output for documentationMåns Rullgård2010-03-10
* Change dir into doc/ when running texi2htmlMåns Rullgård2010-03-10
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-10
* Fix indentation after r22414.Carl Eugen Hoyos2010-03-09
* SIMD optimization using float_to_int16_interleave.Zhou Zongyi2010-03-09
* aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse2010-03-09
* aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse2010-03-09
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-09
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-09
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-09
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-09
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Docs: Place the vorbis comment properly, currently it's shown above the tableMartin Storsjö2010-03-09
* libm.h needs attributes.hMåns Rullgård2010-03-09
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-09
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-09
* Replace some printf() with puts() in tableprint.cMåns Rullgård2010-03-09
* Prettify make output when generating headersMåns Rullgård2010-03-09
* Add special case to avoid binary search when appending index entries.Michael Niedermayer2010-03-09
* Move libm replacements to new header libm.hMåns Rullgård2010-03-09
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-09
* Reorder some make rulesMåns Rullgård2010-03-09
* Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefilesMåns Rullgård2010-03-09
* configure: always write shared lib variables to config.makMåns Rullgård2010-03-09
* Simplify static/shared build rulesMåns Rullgård2010-03-09
* Move some make rules outside of eval'd blockMåns Rullgård2010-03-09
* cosmetic: move some makefile variable definitionsMåns Rullgård2010-03-09
* Remove duplicates from OBJSMåns Rullgård2010-03-09
* Remove static function name prefixes from American Laser Games MM demuxerPeter Ross2010-03-09
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-09
* Enable tcp_protocol when enabling httpPeter Ross2010-03-09
* aacsbr: Dead code removal.Alex Converse2010-03-09
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-09
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-09
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-09
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-09
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-09