summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
* I'll take care of qdm2 alsoBenjamin Larsson2009-01-24
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
* add myself as a maintainer of flacdec.cJustin Ruggles2009-01-23
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
* write essence container dataBaptiste Coudurier2009-01-23
* reduce display aspect ratioBaptiste Coudurier2009-01-23
* stored height is a multiple of 16 for mpeg2Baptiste Coudurier2009-01-23
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
* add EM4A fourcc , works for:Ben Littler2009-01-23
* Avoid allocating MPADecodeContext on stack.Andreas Ă–man2009-01-23
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
* Clean up FFT related comments.Alex Converse2009-01-22
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
* Add const, remove warning:Baptiste Coudurier2009-01-22
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-21
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-21
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-21
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-21
* cosmetics: reindent after last commitKostya Shishkov2009-01-21
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-21
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-21
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-20
* exit with error code if av_encode failedBaptiste Coudurier2009-01-20
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
* another mpeg4 fourccBen Littler2009-01-20
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-20
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-20
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* set correct value for starting lineBaptiste Coudurier2009-01-20