summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-23
* Cosmetics : re-indent after last commit.Jai Menon2010-05-23
* FFplay : Avoid manipulating NULL data pointers so that future checksJai Menon2010-05-23
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-23
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-23
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-23
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-23
* Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger2010-05-23
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-23
* Add an entry to APIchanges for the addition of av_get_random_seedMartin Storsjö2010-05-23
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-23
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* 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