]> git.sesse.net Git - ffmpeg/history - libavformat
ARM: actually add VP3 loop filter
[ffmpeg] / libavformat /
2009-05-23 Larbi Joubalafix hdlr descr in mp4 which use c string, patch by...
2009-05-23 Baptiste Couduriersimplify pes timestamps fetching, based on a patch...
2009-05-23 corp186compute total bitrate more accurately, patch by corp186...
2009-05-23 Baptiste Coudurierremove useless include
2009-05-22 Baptiste Coudurierfail if stream fifo could not be allocated
2009-05-22 David ConradSet speex frame_size in ogg demuxer
2009-05-21 Baptiste Couduriercheck av_fifo_alloc return
2009-05-21 Baptiste Couduriercorrectly check for audio streams in mpeg ps muxer...
2009-05-20 Kenan GilletAdd QCP demuxer.
2009-05-16 Yao PeterFix the M bit for multi-packet NALs.
2009-05-16 Måns Rullgårdoma: fix build if memcmp() is a macro
2009-05-16 Baptiste Couduriermove increment after debug print
2009-05-15 Baptiste Coudurierwrite 'stps' for mpeg-2 open gop in .mov
2009-05-15 Baptiste Coudurierfree Track and unset priv_data to avoid double free...
2009-05-15 Baptiste Coudurierreindent
2009-05-15 Baptiste Coudurierremove unneeded length checks
2009-05-14 Baptiste Coudurieruse flags field and remove key_frame field
2009-05-14 Baptiste Coudurierchange cts type to int, save some space
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-13 Alex ConverseAdd PCE support to the ADTS muxer.
2009-05-13 Baptiste Coudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 Baptiste Coudurieralign and update doxygen
2009-05-13 Baptiste Coudurierremove comment
2009-05-13 Baptiste CoudurierParse 'cslg' atom to retrieve dts shift when 'ctts...
2009-05-13 Baptiste Coudurierfactorize av_set_pts_info
2009-05-13 Baptiste Couduriercosmetics, alignment
2009-05-12 Diego BiurrunFix bandwith vs. bandwiDth typo.
2009-05-12 Baptiste Coudurierv210 mov fourcc
2009-05-12 Baptiste Coudurierv210 avi fourcc, v210_720p.avi
2009-05-12 Cyril ComparonPer-stream language-tags extraction in asfdec.
2009-05-11 David ConradUse chroma_sample_location in reading/writing yuv4mpeg
2009-05-11 Baptiste Couduriermove free data in the video case
2009-05-11 Baptiste Coudurierwrite a single pes for video frames, some proprietary...
2009-05-10 Baptiste Coudurierrgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
2009-05-10 Baptiste Coudurierbgra in .mov muxing
2009-05-10 Baptiste Couduriercorrect pixfmt for argb
2009-05-10 Baptiste Coudurierrgba in .mov muxing
2009-05-10 Benjamin LarssonRemove unused code found by CSA
2009-05-10 Baptiste Coudurierensure first pts is set, according to specs
2009-05-10 Baptiste Coudurierremove useless max_payload_size variable
2009-05-10 Baptiste Coudurierdo not write dts if pts is not set
2009-05-10 Baptiste Coudurierfix total bitrate computation, based on patch by corp18...
2009-05-06 Daniel VerkampWarning fix: Make ogg_stream.codec const
2009-05-06 Daniel VerkampAdd 8088flex TMV file demuxer.
2009-05-06 Laurent AimarAdd floating point audio decoding to WavPack decoder.
2009-05-05 Baptiste Coudurierdvh1 avi fourcc, dvh1_sample_truncated.avi, issue ...
2009-05-05 Baptiste Couduriermore dvcprohd .mov fourcc, see #1034
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-04-28 Stefano SabatiniConvert names to the FFmpeg style.
2009-04-27 Cyril ComparonAdd avlanguage helpers in libavformat.
2009-04-23 Ivo van Poortenavoid possibly uninitialized return value
2009-04-22 Jai MenonNSV : Add TOC2 parsing and seeking support.
2009-04-22 Andreas ÖmanIt should be #if, not #ifdef
2009-04-22 Michael NiedermayerRequire 4 instead of 3 frames for detecting mp3,
2009-04-21 Ramiro PollaAdd raw MLP muxer.
2009-04-20 Luca AbeniFix crash when receiving from SDP
2009-04-19 Michael NiedermayerAdd zygo fourcc.
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-18 Diego BiurrunRemove unused variable gsize, fixes the warning:
2009-04-18 Jai MenonCosmetics : reindent after last commit and remove redun...
2009-04-18 Jai MenonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 Jai MenonChange nsvf_index_data to nsvs_file_offset for increase...
2009-04-17 Jai MenonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 Michael NiedermayerRemove useless init from aiff_read_header() found by...
2009-04-17 Michael NiedermayerRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 Michael NiedermayerRemove unused variable from flv_read_metabody() found...
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerMove declarations in sync() closer to where they are...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
2009-04-16 Reimar DöffingerRemove unused audio_pts field from ea demuxer struct
2009-04-16 Reimar DöffingerRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 Ronald S. BultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 Michael NiedermayerClarify which exact variant of ISO 639 is used. (The...
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 David ConradEnsure that there's pages to read for duration calculat...
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 Ronald S. BultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Baptiste Coudurierseek inside buffer when offset is exactly at the end...
2009-04-13 Baptiste CoudurierSet frame defaults in try_decode_frame.
2009-04-13 Baptiste Coudurierreindent
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerSlightly improve/correct description of wc3_pal_lookup
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 Michael NiedermayerDisable metadata reading. Yes, I would like to know...
2009-04-12 Baptiste Coudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 Baptiste CoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 Baptiste Couduriersimplify registration descriptor parsing with bytestrea...
2009-04-12 Björn AxelssonOk, ts demuxer is more complicated than I thought
2009-04-12 Baptiste Coudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 Baptiste Coudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 Reimar DöffingerSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 Reimar DöffingerFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 Reimar Döffingerwc3movie: return partial packets if not all data can...
next