]> git.sesse.net Git - ffmpeg/history - libavformat
Remove superfluous () from lclenc.c
[ffmpeg] / libavformat /
2009-05-31 Larbi Joubalafix 3gp metadata, write strings in UTF8, patch by Larbi...
2009-05-31 Baptiste Coudurierprint reg desc in a more friendly way
2009-05-31 Baptiste Couduriergive context to dprintf
2009-05-31 Baptiste Coudurierprint registration descriptor in debug
2009-05-31 Baptiste Couduriersplit audio chunks in mov demuxer
2009-05-31 Baptiste Coudurier0x7a is E-AC3 descriptor
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-05-31 Baptiste Coudurieruse dts codec probing
2009-05-31 Baptiste Coudurierset codec_tag to stream type, so user can deal with it
2009-05-31 Baptiste Coudurierset codec_tag to registration descriptor if present
2009-05-31 Baptiste Coudurieradd streams even if they are not present in PMT, fix...
2009-05-31 Baptiste Coudurierremove no longer needed fake dvbsub stream type
2009-05-31 Baptiste Coudurierreindent
2009-05-31 Baptiste Coudurierremove no longer needed init
2009-05-31 Baptiste Coudurierfactorize
2009-05-31 Baptiste Couduriersimplify and merge
2009-05-31 Baptiste Couduriermove new_pes_av_stream to avoid forward declaration
2009-05-31 Baptiste Coudurierremove defines
2009-05-31 Baptiste Coudurierrework stream type and codec identification
2009-05-31 Baptiste Couduriercosmetics, reindent, remove useless braces, whitespaces
2009-05-31 Baptiste Coudurierexport all streams in ts demuxer
2009-05-31 Baptiste Coudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-30 Daniel VerkampImplement SoX native format muxer and demuxer.
2009-05-30 Baptiste Coudurierreturn AVERROR_EOF
2009-05-30 Baptiste Coudurierreturn AVERROR_EOF
2009-05-30 Baptiste Couduriercast size to int64_t to avoid overflow
2009-05-29 Luca AbeniCorrectly set the "AU size" field in the payload header for
2009-05-27 Stefano SabatiniDocument match_ext().
2009-05-27 Baptiste Couduriertechnically mp2 in pva needs AVSTREAM_PARSE_FULL
2009-05-27 Baptiste Couduriersupport AVDISCARD_ALL in mpegts demuxer
2009-05-27 Baptiste Coudurierreturn error in mpegts_push_data and propagate it
2009-05-27 Baptiste Coudurier10l, forgot ';', fix compilation
2009-05-27 Baptiste Couduriercheck that len is not negative
2009-05-27 Baptiste Coudurierdemux whole PES packets from TS
2009-05-26 Baptiste Couduriermove DEBUG define before include to get dprintf
2009-05-26 Michael NiedermayerSupport YVU9 AVI 4cc.
2009-05-26 Ben Littlermap dvh1 fourcc to dv, fixes incoming/dvh1_sample
2009-05-25 Stefano SabatiniDefine struct URLContext and typedef it to URLContext...
2009-05-25 Stefano SabatiniRemove \p and \e doxygen markup.
2009-05-25 Michael NiedermayerWorkaround broken AVI files from DC-XZ6.
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-24 Baptiste Coudurierfix get_str16_nolen with odd len, fix #1065
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
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.
next