]> git.sesse.net Git - ffmpeg/history - libavformat
'code' is used to index a table so make it unsigned
[ffmpeg] / libavformat /
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-21 Kostya Shishkovyet another attempt on fixing synchronization in VMD
2009-01-21 Kostya ShishkovEmpty audio chunks in VMD are silent, not skipped
2009-01-21 Kostya Shishkovcosmetics: reindent after last commit
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-20 Baptiste Coudurierchange sample aspect ratio test to be more clear, print...
2009-01-20 Ben Littleranother mpeg4 fourcc
2009-01-20 Baptiste CoudurierDo not use avctx->frame_number which might not be set,
2009-01-20 Baptiste Coudurierset correct value for starting line
2009-01-20 Baptiste Coudurierfix gxf time code mark out value
2009-01-20 Benoit FouetEnable building r3d demuxer when its config is set.
2009-01-20 Alex ConverseFix a read past end of buffer crash in the mp3 probe
2009-01-20 Baptiste CoudurierR3D REDCODE demuxer
2009-01-20 Aurelien Jacobsmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-19 Diego BiurrunUse "" instead of <> when #including non-system headers.
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
2009-01-19 Diego BiurrunRestore mistakenly removed period after "DivX, Inc".
2009-01-19 Ben Littleradd T263. works on samples/V-codecs/T263/
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-18 Aurelien Jacobsmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 Aurelien Jacobsmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 Baptiste Coudurieradd jp2 formater in image2 muxer
2009-01-18 Baptiste Coudurierjpeg2k is intra only codec
2009-01-17 Baptiste Couduriermatch format in names list separated by commas
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-17 David ConradCosmetics: indent
2009-01-17 David ConradTreat disposition==0 as undefined and don't write the...
2009-01-17 David ConradFlush the buffer after writing the header and when...
2009-01-16 Ben Littleradd LM20 mimic in avi fourcc
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2009-01-16 Reimar DöffingerMerge declaration and initialization of io_buffer_size
2009-01-16 Reimar DöffingerMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 Reimar DöffingerReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 Reimar DöffingerUse AV_WB32 instead of reimplementing it.
2009-01-16 Reimar DöffingerUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 Reimar DöffingerReplace nonsense -1234 return value in dyn_buf_write...
2009-01-16 Marc MasonMake unsigned int a variable that does not need to...
2009-01-16 Baptiste Couduriersupport h264 extradata with 0x000001 startcode
2009-01-16 Baptiste Coudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-16 Baptiste Coudurier10l, fix prototype
2009-01-16 Baptiste Coudurierexport ff_avc_parse_nal_units_buf
2009-01-16 Baptiste Couduriermove actual writing before so new size can be taken...
2009-01-16 Baptiste Coudurierreturn size written in ff_avc_parse_nal_units
2009-01-15 Luca AbeniReindent after last commit
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-15 Alex ConverseFactorise id3v2 header parsing from mp3.c to be shared
2009-01-15 Baptiste Coudurieruse delay for subs and dirac too
2009-01-15 Baptiste Coudurieradd aud nal unit if not present in h264 bitstream
2009-01-15 Aurelien Jacobsmatroskadec: ensure we only consider chapters which...
2009-01-14 Baptiste Coudurierconsider other codecs packets contain only one access...
2009-01-14 Baptiste Couduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 Baptiste Coudurierallow user to specify muxrate
2009-01-14 Baptiste Coudurierwarn if dts < pcr which means TS is invalid
2009-01-14 Baptiste Coudurieronly write dts if they differ from pts, according to...
2009-01-14 Baptiste Coudurieruse delay to avoid negative dts
2009-01-14 Baptiste Coudurierset pts and dts of pes packets exactly according to...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 Baptiste Couduriercompute pcr more accurately, regression tests need...
2009-01-14 Baptiste Coudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Ben Littleradd SLMJ fourcc to mjpeg
2009-01-13 Aurelien Jacobsfix version protection
2009-01-12 Måns RullgårdAVI: add bswap.h include needed on big endian
2009-01-11 David ConradUse the dimensions in tkhd for timed text tracks
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Ramiro PollaUse setmode() if it exists in <io.h>, and not based...
2009-01-11 Diego Biurruncosmetics: indentation
2009-01-11 Diego BiurrunFix illegal identifier starting with an underscore.
2009-01-11 Baptiste Couduriermove ffindex set before mov_read_default so it can...
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 Baptiste Coudurierremove warnings about uninitialized vars
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 David ConradAdd support for muxing mov/mp4/3gp timed text streams
2009-01-11 David ConradRead extradata (justification, colors, fonts, etc)...
2009-01-11 Baptiste Coudurierremove comment, this is not relevant anymore
2009-01-11 Baptiste Coudurierreindent
2009-01-11 Baptiste Couduriercheck for negative dts value even if bitstream is alrea...
2009-01-10 Stefano SabatiniMove the AVFormatContext options definition to a dedica...
2009-01-09 Ronald S. BultjeReindent to properly fit a 80 chars terminal.
2009-01-09 Ronald S. BultjeReindent after r16509.
2009-01-09 Ronald S. BultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 Baptiste Coudurieronly set le if value is 1, fix boom5.mov, issue #770
2009-01-09 Luca AbeniDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 Ronald S. BultjeIncrease buffer size for RTP packet data because some...
2009-01-09 Aurelien Jacobsrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 Aurelien Jacobsmove ff_metadata_sync_compat to metadata_compat.c
2009-01-08 Aurelien JacobsAdd a second metadata compatibility layer, so that...
2009-01-08 Ben Littlercosmetics: CJPG is from Creative Webcam
2009-01-08 Ben Littlerfourcc CJPG is sequential jpeg
2009-01-08 Baptiste Coudurier100l, add missing enum type, fix compilation
2009-01-08 Baptiste Coudurieruse lower case x and alternate format for hex in printf
2009-01-08 Baptiste Coudurierprint more debug information if enabled, including...
2009-01-07 Dominique LeuenbergerFix a compiler warning:
2009-01-07 Michael NiedermayerDo not try to duplicate packets that have data==NULL.
2009-01-07 Ronald S. BultjeFix typo ("Standard-compliant" -> "Standards-compliant...
2009-01-07 Ronald S. BultjeFix doxy comments missing one '*'.
next