summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-27
* rtsp: Handle requests from server to clientTommy Winther2012-02-27
* movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-27
* movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-27
* movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-27
* doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-02-27
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-27
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-26
* avconv: set discard on input streams automatically.Anton Khirnov2012-02-26
* Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler2012-02-26
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-26
* avconv: saner output video timebase.Anton Khirnov2012-02-26
* rawdec: set timebase to 1/fps.Anton Khirnov2012-02-26
* avconv: refactor vsync code.Anton Khirnov2012-02-26
* FATE: remove a bunch of useless -vsync 0Anton Khirnov2012-02-26
* cdxl: bit line plane arrangement supportPaul B Mahol2012-02-26
* cdxl: remove early check for bppPaul B Mahol2012-02-26
* cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol2012-02-26
* mlp_parser: fix the channel mask value used for the top surround channelTim Walker2012-02-25
* vorbisenc: check all allocations for failureJustin Ruggles2012-02-25
* roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
* roqaudioenc: set correct bit rateJustin Ruggles2012-02-25
* roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-25
* roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-25
* ra144enc: use int16_t* for input samples rather than void*Justin Ruggles2012-02-25
* ra144enc: set AVCodecContext.coded_frameJustin Ruggles2012-02-25
* ra144enc: remove unneeded sample_fmt checkJustin Ruggles2012-02-25
* nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-25
* nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-25
* nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
* libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-25
* mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
* libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles2012-02-25
* avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-25
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-25
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-25
* kgv1: release reference picture on size change.Ronald S. Bultje2012-02-25
* matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje2012-02-25
* lavc: merge two if()s with the same condition.Anton Khirnov2012-02-25
* lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-25
* lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov2012-02-25
* xwdenc: fix monow encodingPaul B Mahol2012-02-25
* fate: add tests for cdxl videoPaul B Mahol2012-02-25
* cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-25
* swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje2012-02-24
* vorbisdec: add a flush() functionJustin Ruggles2012-02-24