summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add FATE test for ScummVM DXA flavorVitor Sessak2010-08-31
* Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer2010-08-31
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-31
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-31
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-31
* aacenc: Write tag.elem_id early.Alex Converse2010-08-30
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-30
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move raw video demuxer to its own fileAurelien Jacobs2010-08-30
* move pcm muxers to their own fileAurelien Jacobs2010-08-30
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-30
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-30
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-30
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* move null muxer to its own fileAurelien Jacobs2010-08-29
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-29
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
* move h264 demuxer to its own fileAurelien Jacobs2010-08-29
* cosmeticAurelien Jacobs2010-08-29
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29
* move DTS demuxer to its own fileAurelien Jacobs2010-08-29
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-29
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-29
* move id roq muxer to its own fileAurelien Jacobs2010-08-29
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-29
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* ReindentJosh Allmann2010-08-29
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-29
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-29
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-28
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-28
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-28
* cosmetics in imdct_sseLoren Merritt2010-08-28
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-28
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-28