summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* alacenc: use AVCodec.encode2()Justin Ruggles2012-02-11
* alacenc: cosmetics: indentationJustin Ruggles2012-02-11
* alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-11
* alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-11
* alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-11
* alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles2012-02-11
* alacenc: calculate a new max frame size for the final small frameJustin Ruggles2012-02-11
* alacenc: pretty-printing and other cosmeticsJustin Ruggles2012-02-11
* alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles2012-02-11
* alacenc: do not set coded_frame->key_frameJustin Ruggles2012-02-11
* alacenc: do not set bits_per_coded_sampleJustin Ruggles2012-02-11
* alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles2012-02-11
* tta: error out if samplerate is zero.Ronald S. Bultje2012-02-11
* ttadec: fix invalid free when an error occurs while decoding 24-bit ttaJustin Ruggles2012-02-10
* wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles2012-02-10
* v210enc: remove redundant check for pix_fmtPaul B Mahol2012-02-10
* wavpack: allow user to disable CRC checkingPaul B Mahol2012-02-10
* v210enc: Use Bytestream2 functionsAneesh Dogra2012-02-10
* cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* yop: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* tmv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim Plate2012-02-10
* ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol2012-02-10
* svq3: Prevent illegal reads while parsing extradata.Alex Converse2012-02-10
* remove ParseContext1Rafaël Carré2012-02-10
* vc1: use ff_parse_closeRafaël Carré2012-02-10
* mpegvideo parser: move specific fields into private contextRafaël Carré2012-02-10
* mpeg4video parser: move specific fields into private contextRafaël Carré2012-02-10
* cavs parser: fix parser context typeRafaël Carré2012-02-10
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-10
* rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-10
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* dv: Move tables from dvdata.h to dvdata.cAlex Converse2012-02-09
* dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-09
* dv: Move functions used only by the encoder out of a shared header.Alex Converse2012-02-09
* dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse2012-02-09
* dv: Fix small overread in audio frequency table.Alex Converse2012-02-09
* avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-09
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-09
* ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-09
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-09
* aacdec: Unify preconfigured layout and PCE layout.Alex Converse2012-02-09