]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
I'll take care of qdm2 also
[frescor/ffmpeg.git] / libavformat /
2009-01-24 stefangreturn an error if we can not get a full packet,
2009-01-24 stefangfix header parsing, the NULL terminated File ID is...
2009-01-24 rbultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 bcoudurierset pts and dts when only pts is present, according...
2009-01-23 bcoudurierwrite essence container data
2009-01-23 bcoudurierreduce display aspect ratio
2009-01-23 bcoudurierstored height is a multiple of 16 for mpeg2
2009-01-23 bcoudurierfix endianness of time code, and calculate it in fields...
2009-01-23 compnadd EM4A fourcc , works for:
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-22 michaelMove av_read_frame/parser related buffer variables...
2009-01-22 bcoudurierprint stream sar if present and different than codec sar
2009-01-22 michaelUse EAGAIN return, primarely intended as example of...
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-21 aurel'code' is used to index a table so make it unsigned
2009-01-21 kostyayet another attempt on fixing synchronization in VMD
2009-01-21 kostyaEmpty audio chunks in VMD are silent, not skipped
2009-01-21 kostyacosmetics: reindent after last commit
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-20 bcoudurierchange sample aspect ratio test to be more clear, print...
2009-01-20 compnanother mpeg4 fourcc
2009-01-20 bcoudurierDo not use avctx->frame_number which might not be set,
2009-01-20 bcoudurierset correct value for starting line
2009-01-20 bcoudurierfix gxf time code mark out value
2009-01-20 benoitEnable building r3d demuxer when its config is set.
2009-01-20 alexcFix a read past end of buffer crash in the mp3 probe
2009-01-20 bcoudurierR3D REDCODE demuxer
2009-01-20 aurelmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-19 diegoUse "" instead of <> when #including non-system headers.
2009-01-19 alexcFix probing of files with ID3v2 tags. Discussed at...
2009-01-19 diegoRestore mistakenly removed period after "DivX, Inc".
2009-01-19 compnadd T263. works on samples/V-codecs/T263/
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 aurelreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-18 aurelmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 aurelmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 bcoudurieradd jp2 formater in image2 muxer
2009-01-18 bcoudurierjpeg2k is intra only codec
2009-01-17 bcouduriermatch format in names list separated by commas
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-17 conradCosmetics: indent
2009-01-17 conradTreat disposition==0 as undefined and don't write the...
2009-01-17 conradFlush the buffer after writing the header and when...
2009-01-16 compnadd LM20 mimic in avi fourcc
2009-01-16 kostyaWavPack hybrid mode support
2009-01-16 reimarMerge declaration and initialization of io_buffer_size
2009-01-16 reimarMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 reimarReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 reimarUse AV_WB32 instead of reimplementing it.
2009-01-16 reimarUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 reimarReplace nonsense -1234 return value in dyn_buf_write...
2009-01-16 benoitMake unsigned int a variable that does not need to...
2009-01-16 bcouduriersupport h264 extradata with 0x000001 startcode
2009-01-16 bcoudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-16 bcoudurier10l, fix prototype
2009-01-16 bcoudurierexport ff_avc_parse_nal_units_buf
2009-01-16 bcouduriermove actual writing before so new size can be taken...
2009-01-16 bcoudurierreturn size written in ff_avc_parse_nal_units
2009-01-15 lucabeReindent after last commit
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-15 superdumpFactorise id3v2 header parsing from mp3.c to be shared
2009-01-15 bcoudurieruse delay for subs and dirac too
2009-01-15 bcoudurieradd aud nal unit if not present in h264 bitstream
2009-01-15 aurelmatroskadec: ensure we only consider chapters which...
2009-01-14 bcoudurierconsider other codecs packets contain only one access...
2009-01-14 bcouduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 bcoudurierallow user to specify muxrate
2009-01-14 bcoudurierwarn if dts < pcr which means TS is invalid
2009-01-14 bcoudurieronly write dts if they differ from pts, according to...
2009-01-14 bcoudurieruse delay to avoid negative dts
2009-01-14 bcoudurierset pts and dts of pes packets exactly according to...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 bcouduriercompute pcr more accurately, regression tests need...
2009-01-14 bcoudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-14 bcouduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 compnadd SLMJ fourcc to mjpeg
2009-01-13 aurelfix version protection
2009-01-12 mruAVI: add bswap.h include needed on big endian
2009-01-11 conradUse the dimensions in tkhd for timed text tracks
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 ramiroUse setmode() if it exists in <io.h>, and not based...
2009-01-11 diegocosmetics: indentation
2009-01-11 diegoFix illegal identifier starting with an underscore.
2009-01-11 bcouduriermove ffindex set before mov_read_default so it can...
2009-01-11 bcouduriercosmetics
2009-01-11 bcoudurierremove warnings about uninitialized vars
2009-01-11 bcouduriercosmetics
2009-01-11 conradAdd support for muxing mov/mp4/3gp timed text streams
2009-01-11 conradRead extradata (justification, colors, fonts, etc)...
2009-01-11 bcoudurierremove comment, this is not relevant anymore
2009-01-11 bcoudurierreindent
2009-01-11 bcouduriercheck for negative dts value even if bitstream is alrea...
2009-01-10 stefanoMove the AVFormatContext options definition to a dedica...
2009-01-09 rbultjeReindent to properly fit a 80 chars terminal.
2009-01-09 rbultjeReindent after r16509.
2009-01-09 rbultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 bcoudurieronly set le if value is 1, fix boom5.mov, issue #770
next