summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add VP80 fourccGoogle2010-05-19
* matroska: Add V_VP8Google2010-05-19
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-19
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-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
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-18
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-18
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-17
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-16
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini2010-05-12
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-09
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-09
* Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer2010-05-07
* Parse IFF metadata.Sebastian Vater2010-05-05
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
* mov: Read nero chaptersDavid Conrad2010-05-05
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-01
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-28
* Reindent after rr22977.Sebastian Vater2010-04-27
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-27
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-26
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-22
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-22
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-22
* Support VP6F in Matroska.Christian Schmidt2010-04-22
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-21
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-21
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* movenc: Write nero chaptersDavid Conrad2010-04-21
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20