]> git.sesse.net Git - ffmpeg/history - libavformat
Fix H.264 picture reordering, 2nd try.
[ffmpeg] / libavformat /
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-22 Ronald S. BultjeChange packet_size from signed to unsigned, since it...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-06-20 Carl Eugen HoyosRevert unintended hunk of r19241.
2009-06-20 Carl Eugen HoyosRevert r19239: It broke four conformance tests.
2009-06-20 Yoshihisa UchidaFix onMetaData property count in flv files (issue 1206).
2009-06-20 Jai MenonPrint meaningful error messages when url_fopen fails.
2009-06-20 Wolfram Glogeradd 0-termination in table, patch by Wolfram Gloger...
2009-06-19 Brian Bricefix dvcprohd 720p channels 3 and 4 audio timestamps...
2009-06-19 Patrick DehneAdd support for id3 tag parsing for ADTS AAC streams
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-19 Reimar DöffingerAdd support for muxing XSUB subtitles to AVI muxer.
2009-06-18 Jason Garrett-GlaserAdd fourcc 0x10000004, seems to actually be MPEG4....
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-17 Ronald S. BultjeSet restrictions on packet_size, as per ISO-11172 ...
2009-06-17 Benoit FouetRemove a test on an always false condition.
2009-06-17 Alexander StrangeAdd '.mp1' for MP1 audio in MOV/CAF.
2009-06-16 Jason Garrett-GlaserAdd ".mp2" as a fourcc for mp2 audio in MOV. Fixes...
2009-06-16 Art ClarkeDowngrade message log level (from AV_LOG_ERROR to AV_LO...
2009-06-15 Patrick DehneThe AAC demuxer now depends on id3v1.o.
2009-06-15 Baptiste Couduriercheck atom size against edit_count to avoid very long...
2009-06-15 Baptiste Coudurierfix probing and demuxing of pond.dv, issue #887
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-06-13 Aurelien Jacobsmatroskadec: prepend TargetType to metadata key name
2009-06-13 Kostya ShishkovAllocate a bit more memory for MPC SV8 seek table,...
2009-06-13 Jason Garrett-GlaserAnalysis of logs show that there are in fact some files...
2009-06-13 Peter RossElectronic Arts demuxer: support Madcow video tag
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-13 Jason Garrett-GlaserAdd "0x11005354" as a fourcc for MOV audio; fixes audio...
2009-06-12 Alex ConverseDo not include libavcodec/internal.h in the ADTS muxer.
2009-06-12 Jason Garrett-GlaserAdd new FOURCC (0x0003) for raw DIB video, set flip...
2009-06-12 Jai MenonAssociate the 0x6c75 TwoCC used in certain Kodak cameras
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-12 David ConradAdd sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s...
2009-06-12 Jason Garrett-GlaserAdd "m2v1" to fourccs for MPEG-2 video; fixes some...
2009-06-12 Jason Garrett-GlaserAdd alternate fourcc for QCELP audio (qclq). Fixes...
2009-06-11 Diego Biurruncosmetics: Prettyprint one more line to have columns...
2009-06-11 Diego Biurruncosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-06-11 Baptiste CoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-06-11 Baptiste Coudurierif b frames are parsed, set codec->has_b_frames
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-10 Luca BarbatoMake sure buffer end remains constant within the loop
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-06-09 Jai MenonAdd additional dependencies for sdp and rtsp demuxers.
2009-06-06 Peter HolikCosmetics : Use dprintf instead of printf.
2009-06-06 Jai MenonCosmetics : Fix indentation after last commit.
2009-06-06 Peter HolikIntroduce http_get_line and modify http_connect to...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-05 David ConradEnsure that the extradata buffer is padded appripriatel...
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-06-03 Alex ConverseAdd the .adts file extension to the ADTS muxer.
2009-06-03 Baptiste Coudurierbroken stsd length might be < 16, fix elst-assert.mp4
2009-06-03 Baptiste CoudurierChange find_tag return type to int64_t, fix a bug
2009-06-02 Baptiste Coudurierdo not parse full header for private streams
2009-06-02 Baptiste Couduriercorrectly handle maximum streams limit
2009-06-02 Baptiste Coudurierexport data from private streams
2009-05-31 Baptiste Coudurierinitialize pes state to skip
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
next