]> git.sesse.net Git - ffmpeg/history - libavformat
I should not have merged the graph parser with the graph
[ffmpeg] / libavformat /
2008-04-04 Baptiste Coudurierspecial mpeg2 handling is no more needed
2008-04-03 Luca Barbatouse FF_NETERROR to make winsock happy, patch from pross...
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Diego BiurrunRemove unused variable.
2008-03-31 Aurelien Jacobscheck return value of matroska_find_track_by_num (fix...
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Eli FriedmanARMovie/RPL demuxer
2008-03-31 Luca AbeniAdd a comment about missing entries
2008-03-31 Luca AbeniUse the correct size for the enc_name field (removing...
2008-03-31 Luca AbeniRemove useless entries from AVRtpPayloadTypes
2008-03-31 Luca AbeniSupport mp3 audio in the RTP muxer
2008-03-30 Baptiste Coudurierprevent writing empty stss atom
2008-03-30 Baptiste Couduriersupport mp4 fragmented files without any samples in...
2008-03-30 Baptiste Couduriercheck frag track id before setting st
2008-03-30 Jai MenonIFF demuxer
2008-03-30 Justin Rugglesfix Ogg/FLAC header size
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-28 Diego Biurruncosmetics: alphabetical order
2008-03-28 Michael Niedermayerindent
2008-03-28 Michael Niedermayer1000l to myself, dereferencing uninitalized pointer.
2008-03-27 Michael NiedermayerSupport wb00+dc00 chunk mix.
2008-03-27 Baptiste Coudurierprint essence path in error message
2008-03-27 Baptiste Couduriercosmetics, useless braces
2008-03-27 Baptiste Coudurierprint stream index in error message
2008-03-27 Baptiste Coudurieraccording to specs, only color table id set to 0, have...
2008-03-27 Baptiste CoudurierOnly use chunk demuxing for old uncompressed audio...
2008-03-27 Michael NiedermayerFix aspect ratio.
2008-03-22 Michael Niedermayer1st attempt at correcting the punktuation.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Michael NiedermayerDocument get_*_buffer()
2008-03-21 Baptiste Couduriersample size to 1 might happen for data, fix GMCMidiaASX...
2008-03-21 Sascha Sommerrl2 demuxer
2008-03-21 Baptiste Coudurieryet again another hdv fourcc
2008-03-21 Baptiste Couduriersupport fragments when non streamable
2008-03-21 Baptiste Couduriermp4 fragments support
2008-03-21 Michael NiedermayerDocument a few url_* functions.
2008-03-21 Baptiste Couduriercosmetics, split or move too long lines
2008-03-21 Baptiste Couduriersimplify, and only stop parsing when non streamable
2008-03-21 Baptiste Coudurierremove ms audio tags from table, they will be chosen...
2008-03-21 Baptiste Coudurieratoms are not mp4 only, and yes probe is sufficient
2008-03-21 Baptiste Coudurierupdate description
2008-03-21 Baptiste Coudurierreturn ENOMEM
2008-03-21 Baptiste Couduriercannot free AVStream like this, and return ENOMEM
2008-03-21 Baptiste Coudurierindentation
2008-03-20 Baptiste Coudurierfix mpeg2 muxing, replace seq header if contained in...
2008-03-20 Baptiste Couduriercosmetics, move case up
2008-03-20 Michael NiedermayerOne non functional AVPalette chunk less, one heap overf...
2008-03-20 Baptiste Coudurierremove useless debug print since now mov_build_index...
2008-03-20 Baptiste Coudurierfree track data asap
2008-03-20 Baptiste Couduriermove mov_build_index before mov_read_trak to avoid...
2008-03-20 Baptiste Couduriermove specific end treatment when trak is detected,...
2008-03-20 Pascal Massimino Additional checks for strange num_val in FLV...
2008-03-19 Ronald S. BultjeReindent after rtsp-alternate-protocol* patches.
2008-03-19 Ronald S. BultjeChange protocol_mask into protocol, since we always...
2008-03-19 Ronald S. BultjeAllow cycling between different protocols (TCP, UDP...
2008-03-18 Ramiro PollaMSN TCP Webcam stream demuxer.
2008-03-17 Ronald S. BultjeSplit the SETUP request into a separate function, as...
2008-03-16 Baptiste Coudurierjust skip klv packet, when no corresponding stream...
2008-03-16 Baptiste Couduriersimplify, flags is 24bits according to specs
2008-03-16 Baptiste Coudurierfucked up alphabetical order again, sorry
2008-03-16 Baptiste Coudurieripod/iphone compatible mp4 muxer
2008-03-15 Diego Biurruntypo fixes
2008-03-14 Baptiste Coudurieruseless null
2008-03-14 Baptiste Coudurierremove useless img_write_trailer func
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Aurelien Jacobsadd out of bound stream index checks
2008-03-10 Aurelien Jacobsadd a temporary variable to simplify the code
2008-03-10 Björn AxelssonAdd AVClass to URLContext at next major version bump
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-10 Aurelien Jacobscosmetics: remove some empty lines
2008-03-10 Aurelien Jacobsremove useless and misleading comments
2008-03-09 Aurelien Jacobsconsistent use of MKTAG() in the codec_bmp_tags table
2008-03-09 Aurelien Jacobscosmetics: alignment of the codec_bmp_tags table
2008-03-09 Mike Melansonrecognize the CLJR FourCC (Cirrus Logic AccuPak)
2008-03-08 Ramiro PollaTypo + grammar
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-08 Ramiro PollaDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 Ramiro PollaInclude windows.h instead of trying to redeclare Sleep
2008-03-08 Ramiro PollaPut network-related code under #ifdef
2008-03-08 Ramiro PollaGroup network-related code together
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Baptiste Coudurierdo not reset duration_error for all streams, only reset...
2008-03-06 Baptiste Couduriersupport AVDISCARD_ALL
2008-03-06 Michael NiedermayerSkip over unknown extended_content_header tags.
2008-03-06 Michael Niedermayersimplify
2008-03-05 Diego BiurrunSet TCP protocol to is_streamed=1 as seeking is not...
2008-03-05 Luca AbeniAdd some information about the stream bitrate, if available
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-03-05 Baptiste Coudurierset block align for mace3/6
2008-03-05 Baptiste Couduriercorrectly compute bit rate for compressed audio, should...
2008-03-04 Michael NiedermayerIgnore flags after pts/dts if there are no bytes left.
2008-03-03 Aurelien Jacobsinclude required headers for int64_t and AV_RB16()
2008-03-03 Aurelien Jacobsavi.h does not use anything from avcodec.h.
2008-03-03 Reimar DöffingerFix decoding of interlaced gif, e.g. http://samples...
2008-03-03 Michael NiedermayerUse block_align as the avi spec says.
2008-03-03 Michael NiedermayerPrint slightly more useful info.
next