]> git.sesse.net Git - ffmpeg/history - libavformat
AAC packetiser cleanup: use consts instead of #defines
[ffmpeg] / libavformat /
2009-04-09 Luca AbeniAAC packetiser cleanup: use consts instead of #defines
2009-04-09 Luca AbeniAAC packetiser cleanup: remove check for a condition...
2009-04-09 Martin StorsjöFix two checks in the AAC packetiser, which were too...
2009-04-09 Reimar DöffingerFix memleak in nuv demuxer: free packet already allocat...
2009-04-08 Reimar DöffingerCorrectly set packet size for partial video packets...
2009-04-08 Reimar DöffingerAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 Zhentan FengReduce code duplication.
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-08 Baptiste Coudurierforce sample for qcelp when not stored in mov, fix...
2009-04-08 Ronald S. BultjeReindent after r18372.
2009-04-08 Ronald S. BultjeAdd waveformat-extensible support in the wav muxer.
2009-04-07 Baptiste Couduriermove codec tag tables near corresponding code
2009-04-07 Baptiste Couduriercosmetics, reindent
2009-04-07 Baptiste Couduriercosmetics, add empty line and remove useless braces
2009-04-07 Baptiste Coudurierfix compilation, add missing parenthesis
2009-04-07 Baptiste Couduriercomment the ipod subtitle check
2009-04-07 Baptiste Coudurierinvert condition to simplify code
2009-04-07 Baptiste Coudurierremove no more needed code, tag is set by default
2009-04-07 Baptiste Couduriercosmetics, reindent, add empty lines
2009-04-07 Baptiste Couduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 Reimar DöffingerAlways return 0 if read_packet is successful.
2009-04-07 Reimar DöffingerDo not uselessly read version string into a buffer.
2009-04-07 Reimar DöffingerDescribe read_alloc return value and required pkt handl...
2009-04-07 Reimar DöffingerError out also when reading nuv header returns with...
2009-04-07 Baptiste Coudurierset bits_per_coded_sample for rawvideo
2009-04-07 Baptiste Coudurieroverride mov fourcc for pcm audio, this is safer when...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 Aurelien Jacobsuse av_freep() instead of av_free() + =NULL.
2009-04-07 Luca AbeniFix the copyright year
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-04-07 Luca AbeniDo not return payload type 34 for H.263 (it is deprecated)
2009-04-06 Martin StorsjöOnly insert the SPS and PPS NALs in sprop-parameter...
2009-04-03 Michael NiedermayerDo not fail on zero packets.
2009-04-02 Olivier GuilyardiImplement JACK input device.
2009-04-02 Thilo BorgmannMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 Reimar DöffingerReindent
2009-04-02 Reimar DöffingerSupport DVD subtitles in mov/mp4 as created by Nero.
2009-04-02 Baptiste Coudurierskip empty data packets in flv, fix input.flv
2009-04-01 Måns RullgårdAdd $(ELIBS) to example/test app link command
2009-04-01 Måns RullgårdMake examples and test progs depend on libraries
2009-04-01 Ben Littleradd another dv fourcc CDVH
2009-03-30 Aurelien Jacobsmatroska: add support for MLP and TRUEHD codec tags
2009-03-30 Diego BiurrunFix timefilter test program build without previously...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-28 Ronald S. BultjeDon't strip the first three characters off of any metad...
2009-03-27 Luca AbeniMake rtp_write_header() fail in case of unsupported...
2009-03-27 Diego BiurrunMove output-example dependency declaration after subdir...
2009-03-27 Diego BiurrunMove output_example.c --> libavformat/output-example.c.
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 Baptiste Coudurierset wrong_dts for iMovie created files which has huge...
2009-03-24 Ronald S. Bultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Aurelien Jacobshandle id3v2 'genre' tag formated as '%d'
2009-03-22 Ronald S. BultjeRemove alpha channel from default colorspace tables...
2009-03-22 Ronald S. BultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 Baptiste Coudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 Baptiste Couduriersince code now use get_bits_long, allocate padding...
2009-03-22 Baptiste Coudurieravoid creating a new stream not referenced in pmt since...
2009-03-21 Baptiste Coudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 Ronald S. BultjeRemove slash-skipping code because the function called...
2009-03-21 Ronald S. BultjeReindent something where a if () --> { <-- is on a...
2009-03-21 Ronald S. BultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 Ronald S. BultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 Ronald S. BultjeRemove useless comment about something that is deprecat...
2009-03-21 Ronald S. BultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 Ronald S. BultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 Ronald S. BultjeAllow (and parse) incoming server messages (notices...
2009-03-21 Ronald S. BultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 Ronald S. BultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 Ronald S. BultjeDon't allow to sync on packets of zero-size length...
2009-03-21 Ronald S. BultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 Daniel VerkampMake Smacker audio decoder output audio in original...
2009-03-21 David ConradReindent
2009-03-21 David ConradFix Speex header parsing in ogg demuxer
2009-03-21 David ConradDocument ogg_codec's header function
2009-03-21 Baptiste Coudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 Baptiste Coudurierfix valid seeking range
2009-03-21 Baptiste Coudurierprotect realloc overflow
2009-03-21 Justin Rugglesseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 Baptiste Coudurierresync ffm if error in stream
2009-03-20 Baptiste Couduriertypo, fix eof check
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-03-20 Ronald S. BultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-20 Ronald S. BultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-19 Baptiste Coudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-03-19 Baptiste Couduriermove max analyze duration check before considering...
2009-03-19 Ramiro PollaSupport raw TrueHD files
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-19 Alex ConverseMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 Reimar DöffingerAdd a special guidcmp function to compare ASF guids...
2009-03-17 Ronald S. BultjeFix wrong @file tag.
2009-03-17 Ronald S. BultjeReindent after r18023.
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-17 avcodercosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-16 Reimar DöffingerExtend mov edit list support to work for a first paddin...
next