summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun2009-06-14
* Add DragonFlyBSD to the list of supported OSes.Adam Hoka2009-06-14
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-14
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-14
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-14
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-13
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-13
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-12
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-12
* Fix placment of the DPCM Xan commentSascha Sommer2009-06-12
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-12
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-12
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-12
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-12
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-11
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-11
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-11
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-11
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
* Fix compilation: #undef standard library functions that areDiego Biurrun2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-11
* cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun2009-06-11
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-11
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-11
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-11
* Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad2009-06-11
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-11
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-11
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10