summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure: improve pkg-config supportMans Rullgard2011-03-111-1/+35
* configure: allow checking multiple functions in check_func_headers()Mans Rullgard2011-03-111-15/+12
* Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-101-2/+3
* Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-102-0/+21
* id3v2: fix typo in error messageAnton Khirnov2011-03-091-1/+1
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-082-2/+1
* avio: deprecate url_feofAnton Khirnov2011-03-0764-115/+116
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-071-6/+12
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-071-2/+2
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-071-1/+11
* mpegtsenc: handle multiple language tags per streamAnssi Hannula2011-03-071-5/+23
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-071-1/+3
* reindent.Ronald S. Bultje2011-03-071-3/+1
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-074-17/+17
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-073-9/+6
* aacenc: remove the data arraysYoung Han Lee2011-03-072-16/+17
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-071-1/+2
* aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-071-2/+2
* ac3enc: add some assertionsJustin Ruggles2011-03-071-0/+6
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-071-3/+5
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-073-3/+3
* Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-071-1/+1
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-071-0/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-0725-32/+37
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-074-15/+15
* avio: deprecate url_fgetsAnton Khirnov2011-03-072-1/+5
* avio: add avio_skip macroPeter Ross2011-03-071-0/+6
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-071-2/+17
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-064-0/+361
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-062-1/+10
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-061-0/+1
* yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-041-4/+7
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-042-3/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-0487-391/+392
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-045-15/+14
* avio: add avio_get_str()Reimar Döffinger2011-03-042-0/+31
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-041-1/+4
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-021-0/+1
* threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-021-1/+1
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-021-1/+2
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-022-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-021-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-021-6/+17
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-012-1/+18
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-011-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-012-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0162-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0190-347/+352