summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-22
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-22
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-22
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-22
* Update regression tests after removing track timecode scale from mkvencDavid Conrad2010-05-22
* matroskaenc: Don't write track timecode scaleDavid Conrad2010-05-22
* matroskadec: Allow unknown EBML doctypeDavid Conrad2010-05-22
* matroskadec: Support webm doctypeJames Zern2010-05-22
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-21
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-21
* remove unused fieldBaptiste Coudurier2010-05-21
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-21
* ffserver: Avoid busylooping while reading non-blocking inputHoward Chu2010-05-21
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-21
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-21
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-21
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-20
* Fix doxy reference to unexisting function.Stefano Sabatini2010-05-20
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-20
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-19
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-19
* Print parent log context too, if available.Michael Niedermayer2010-05-19
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-19
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-19
* av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer2010-05-19
* fix x264 encoding when delay is > number of input framesBaptiste Coudurier2010-05-19
* Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse2010-05-19
* Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse2010-05-19
* Bump minor version for CODEC_ID_VP8David Conrad2010-05-19
* Add VP80 fourccGoogle2010-05-19
* matroska: Add V_VP8Google2010-05-19
* Add VP8 CODEC_IDGoogle2010-05-19
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-19
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-19
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-19
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-19
* Add a changelog entry for the RTP hinting in the mov muxerMartin Storsjö2010-05-19
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-19
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-18
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-18
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-18
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-18
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-18
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-18
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-18
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-18
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18