32432 Commits (89d94b218271eae6bd6c50b679cdd5f5f3088c2c)
 

Author SHA1 Message Date
  Justin Ruggles 764852d653 alacenc: use AVCodec.encode2() 13 years ago
  Justin Ruggles bee80054f7 alacenc: cosmetics: indentation 13 years ago
  Justin Ruggles b6e8ff72ea alacenc: consolidate bitstream writing into a single function. 13 years ago
  Justin Ruggles b590f3a7bf alacenc: only encode frame size in header for a final smaller frame 13 years ago
  Justin Ruggles ba821b098b alacenc: store current frame size in AlacEncodeContext. 13 years ago
  Justin Ruggles 65d15aec77 alacenc: return AVERROR codes in alac_encode_frame() 13 years ago
  Justin Ruggles 302daf5800 alacenc: calculate a new max frame size for the final small frame 13 years ago
  Justin Ruggles fc9cf0b2a6 alacenc: pretty-printing and other cosmetics 13 years ago
  Justin Ruggles 51c2483862 alacenc: fix error handling and potential memleaks in alac_encode_init() 13 years ago
  Justin Ruggles 6e63228323 alacenc: do not set coded_frame->key_frame 13 years ago
  Justin Ruggles 64fe3eaeb3 alacenc: do not set bits_per_coded_sample 13 years ago
  Justin Ruggles 43a4cb070b alacenc: remove unneeded frame_size check in alac_encode_frame() 13 years ago
  Ronald S. Bultje 7416d61036 tta: error out if samplerate is zero. 13 years ago
  Justin Ruggles 6ab681a4c1 ttadec: fix invalid free when an error occurs while decoding 24-bit tta 13 years ago
  Justin Ruggles 9d7cee50aa wavpack: add needed braces for 2 statements inside an if block 13 years ago
  Paul B Mahol f98ede7e61 v210enc: remove redundant check for pix_fmt 13 years ago
  Paul B Mahol c388558d31 wavpack: allow user to disable CRC checking 13 years ago
  Aneesh Dogra eeb9e61a51 v210enc: Use Bytestream2 functions 13 years ago
  Joakim Plate af701d42c3 cafdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate b69c2e0e6d yop: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate e54165aa39 tta: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 066ad0926a tmv: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate c7b08bc0a7 r3d: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 8dcd00eabd nsvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 97aa092997 mpc8: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 9712e82a4e jvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 64476d7ee8 filmstripdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate d7c11b114b ffmdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 8332321c57 dv: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Joakim Plate 3371e89640 bink: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Paul B Mahol dcd2b55e1a Check AVCodec.pix_fmts in avcodec_open2() 13 years ago
  Alex Converse 9e1db721c4 svq3: Prevent illegal reads while parsing extradata. 13 years ago
  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 14 years ago
  Martin Storsjö ba83ac4c27 rtpenc: Write a log message if the max packet size is too small 13 years ago
  Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 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
  Alex Converse 0ab3687924 dv: Fix small overread in audio frequency table. 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
  Alex Converse 7b05025856 aacdec: Unify preconfigured layout and PCE layout. 13 years ago