18619 Commits (2b6325cacb6def8e9de0455f575b51a8bd90b12c)

Author SHA1 Message Date
  Rafaël Carré b24aaabd44 remove ParseContext1 13 years ago
  Rafaël Carré 797639dcfd vc1: use ff_parse_close 13 years ago
  Rafaël Carré 07554ace70 mpegvideo parser: move specific fields into private context 13 years ago
  Rafaël Carré e40924887a mpeg4video parser: move specific fields into private context 13 years ago
  Rafaël Carré 53a09964f0 cavs parser: fix parser context type 13 years ago
  Yordan Makariev 0c5d78a898 4xm, timefilter: K&R formatting cosmetics 13 years ago
  Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago
  Aneesh Dogra 1b7ff90107 sunrast: Remove the useless check. 13 years ago
  Alex Converse 81749f30cd dv: Move tables from dvdata.h to dvdata.c 13 years ago
  Alex Converse 8dbdc2d840 dv: Move a table used only by the demuxer out of a shared header. 13 years ago
  Alex Converse 89c9a8d3fd dv: Move functions used only by the encoder out of a shared header. 13 years ago
  Alex Converse 3746072712 dv: Split dvdata.h into dvdata.h and dvquant.h 13 years ago
  Justin Ruggles b758cf7343 avcodec: set avpkt->size to 0 if encode2() did not output a packet 13 years ago
  Justin Ruggles a75bc764ec avcodec: for audio encoding, set packet dts to packet pts. 13 years ago
  Justin Ruggles d483bb58c3 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 13 years ago
  Michael Niedermayer e6d9fa66f1 ac3dec: Move center and surround mix level tables to the parser. 13 years ago
  Carl Eugen Hoyos ea4037162f Fix libstagefright compilation 13 years ago
  Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
  Carl Eugen Hoyos edf34c346e Allow encoding rawvideo RGBA64 and friends. 13 years ago
  Carl Eugen Hoyos 5c2c6bbfba Allow encoding rawvideo RGB0 and friends. 13 years ago
  Alex Converse 7b05025856 aacdec: Unify preconfigured layout and PCE layout. 13 years ago
  Alex Converse f1ecd0802d aacdec: Support native channel layout when requested. 13 years ago
  Alex Converse 37bed6ff3f aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 13 years ago
  Martin Storsjö e7d4a2a721 libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters 13 years ago
  Janne Grunau c57fe49da8 eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 13 years ago
  Ronald S. Bultje 73e15e8e6b prores: specify array size outside DECLARE_ALIGNED brackets. 13 years ago
  Michael Niedermayer 491d8353e8 mpeg12dec: print the value that is being ignored in load_matrix() 13 years ago
  Michael Niedermayer f480fcb1f9 bink: fix pointer type warnings. 13 years ago
  Paul B Mahol 9aff2d1753 tta: use skip_bits_long() 13 years ago
  Diego Biurrun f769cfedd8 build: Add missing directories to DIRS declarations. 13 years ago
  Diego Biurrun aa06d65693 arm: Add missing #include to vp8.h to fix a make checkheaders warning. 13 years ago
  Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
  Aneesh Dogra ab9ae40152 bytestream: K&R formatting cosmetics 13 years ago
  Anton Khirnov cd1ad18a65 rawenc: switch to encode2(). 13 years ago
  Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
  Anton Khirnov 06484d0b8a libx264: implement encode2(). 13 years ago
  Anton Khirnov 05d699222d libx264: split extradata writing out of encode_nals(). 13 years ago
  Anton Khirnov 52f82a1148 lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket 13 years ago
  Paul B Mahol 3c939ad6e0 lagarith: refactor code 13 years ago
  Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 13 years ago
  Alex Converse 314af0ff94 aacdec: Use correct speaker order for 7.1. 13 years ago
  Alex Converse 8ece266213 aacdec: Remove incorrect comment. 13 years ago
  Alex Converse e600a1e44a aacdec: Simplify output configuration. 13 years ago
  Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
  Ronald S. Bultje 9b027c0d07 dsputil: set STRIDE_ALIGN to 16 for x86 also. 13 years ago
  Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 13 years ago
  Joseph Artsimovich 950930b461 Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). 13 years ago
  Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 13 years ago
  Ronald S. Bultje fb90785e98 vp8: always update next_framep[] before returning from decode_frame(). 13 years ago
  Carl Eugen Hoyos bf5c0308f2 Fix libutvideo compilation. 13 years ago