summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: check for SDL_Linked_Version instead of SDL_InitLuca Barbato2011-03-191-1/+1
* Remove Sonic experimental audio codecMans Rullgard2011-03-195-989/+0
* fate: remove stale fate-update.sh scriptMans Rullgard2011-03-191-55/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191335-5388/+5388
* get rid of the last svn mentionsJanne Grunau2011-03-188-17/+9
* configure: use -r option for pr when listing enabled config options.Konstantin Pavlov2011-03-181-1/+1
* aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell2011-03-171-1/+1
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-176-9/+166
* asf: update seek test referenceMans Rullgard2011-03-173-87/+81
* nutenc: fix a memleakAnton Khirnov2011-03-171-0/+1
* asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-172-3/+2
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-174-106/+66
* Add missed APIchanges and changelog entriesMartin Storsjö2011-03-172-0/+6
* applehttp: Fix a typo in a commentMartin Storsjö2011-03-171-1/+1
* lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-171-3/+4
* lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-171-1/+2
* lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-171-1/+5
* aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-162-34/+37
* aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell2011-03-161-40/+37
* aaccoder: Change FFMAX for allzero flag to OR bit operationYoung Han Lee2011-03-161-1/+1
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-1647-99/+104
* avio: deprecate url_close_bufAnton Khirnov2011-03-162-3/+3
* avio: deprecate url_open_bufAnton Khirnov2011-03-163-3/+6
* avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov2011-03-161-2/+0
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-164-69/+86
* avio: change avio_tell/skip from macros to inline functionsAnton Khirnov2011-03-161-2/+8
* avio: make url_setbufsize internal.Anton Khirnov2011-03-164-5/+11
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-165-49/+51
* nutenc: mux chapters.Anton Khirnov2011-03-172-4/+67
* doc: update applehttp documentationLuca Barbato2011-03-171-3/+3
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-1676-348/+348
* Remove occurrences of my old email addressRamiro Polla2011-03-162-2/+2
* dsputil: add bswap16_buf()Mans Rullgard2011-03-162-0/+8
* darwin: use -read_only_relocs flag only on 32-bit x86Sean McGovern2011-03-161-1/+2
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-1625-122/+122
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-1610-11/+11
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-1610-21/+21
* partially rename FFmpeg to LibavJanne Grunau2011-03-166-29/+29
* mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-162-12/+5
* Do not attempt to decode APE file with no framesKostya2011-03-161-0/+4
* jvdec: don't use deprecated url_feof()Anton Khirnov2011-03-161-1/+1
* mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-151-1/+1
* id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-151-0/+47
* mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-151-1/+1
* mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-151-16/+37
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-159-11/+13
* Add AVERROR_EXIT.Nicolas George2011-03-152-0/+3
* avio: deprecate url_ferrorAnton Khirnov2011-03-157-10/+9
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-151-8/+0
* h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-151-1/+4
OpenPOWER on IntegriCloud