]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Do not use libswscale HEAD version, but older, that compiles with the demo
[frescor/ffmpeg.git] / libavformat /
2009-04-10 aurelremove useless duplication of what av_new_stream()...
2009-04-10 stefanoAdd 'PNG1' to PNG fourcc codes.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-09 lucabeAAC packetiser cleanup: use consts instead of #defines
2009-04-09 lucabeAAC packetiser cleanup: remove check for a condition...
2009-04-09 lucabeFix two checks in the AAC packetiser, which were too...
2009-04-09 reimarFix memleak in nuv demuxer: free packet already allocat...
2009-04-08 reimarCorrectly set packet size for partial video packets...
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 cehoyosReduce code duplication.
2009-04-08 lucabeAdd support for AMR audio in the RTP muxer
2009-04-08 bcoudurierforce sample for qcelp when not stored in mov, fix...
2009-04-08 rbultjeReindent after r18372.
2009-04-08 rbultjeAdd waveformat-extensible support in the wav muxer.
2009-04-07 bcouduriermove codec tag tables near corresponding code
2009-04-07 bcouduriercosmetics, reindent
2009-04-07 bcouduriercosmetics, add empty line and remove useless braces
2009-04-07 bcoudurierfix compilation, add missing parenthesis
2009-04-07 bcouduriercomment the ipod subtitle check
2009-04-07 bcoudurierinvert condition to simplify code
2009-04-07 bcoudurierremove no more needed code, tag is set by default
2009-04-07 bcouduriercosmetics, reindent, add empty lines
2009-04-07 bcouduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 reimarAlways return 0 if read_packet is successful.
2009-04-07 reimarDo not uselessly read version string into a buffer.
2009-04-07 reimarDescribe read_alloc return value and required pkt handl...
2009-04-07 reimarError out also when reading nuv header returns with...
2009-04-07 bcoudurierset bits_per_coded_sample for rawvideo
2009-04-07 bcoudurieroverride mov fourcc for pcm audio, this is safer when...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 aureluse av_freep() instead of av_free() + =NULL.
2009-04-07 lucabeFix the copyright year
2009-04-07 lucabeAdd support for H.263 video in the RTP muxer
2009-04-07 lucabeDo not return payload type 34 for H.263 (it is deprecated)
2009-04-06 lucabeOnly insert the SPS and PPS NALs in sprop-parameter...
2009-04-03 michaelDo not fail on zero packets.
2009-04-02 stefanoImplement JACK input device.
2009-04-02 stefanoMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 cehoyosMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 reimarReindent
2009-04-02 reimarSupport DVD subtitles in mov/mp4 as created by Nero.
2009-04-02 bcoudurierskip empty data packets in flv, fix input.flv
2009-04-01 mruAdd $(ELIBS) to example/test app link command
2009-04-01 mruMake examples and test progs depend on libraries
2009-04-01 compnadd another dv fourcc CDVH
2009-03-30 aurelmatroska: add support for MLP and TRUEHD codec tags
2009-03-30 diegoFix timefilter test program build without previously...
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-28 rbultjeDon't strip the first three characters off of any metad...
2009-03-27 lucabeMake rtp_write_header() fail in case of unsupported...
2009-03-27 diegoMove output-example dependency declaration after subdir...
2009-03-27 diegoMove output_example.c --> libavformat/output-example.c.
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 bcoudurierset wrong dts for iMovie created files which has huge...
2009-03-24 rbultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 aurelhandle id3v2 'genre' tag formated as '%d'
2009-03-22 rbultjeRemove alpha channel from default colorspace tables...
2009-03-22 rbultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 bcouduriersince code now use get_bits_long, allocate padding...
2009-03-22 bcoudurieravoid creating a new stream not referenced in pmt since...
2009-03-21 bcoudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 rbultjeRemove slash-skipping code because the function called...
2009-03-21 rbultjeReindent something where a if () --> { <-- is on a...
2009-03-21 rbultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 rbultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 rbultjeRemove useless comment about something that is deprecat...
2009-03-21 rbultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 rbultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 rbultjeAllow (and parse) incoming server messages (notices...
2009-03-21 rbultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 rbultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 rbultjeDon't allow to sync on packets of zero-size length...
2009-03-21 rbultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-03-21 conradReindent
2009-03-21 conradFix Speex header parsing in ogg demuxer
2009-03-21 conradDocument ogg_codec's header function
2009-03-21 bcoudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 bcoudurierfix valid seeking range
2009-03-21 bcoudurierprotect realloc overflow
2009-03-21 jbrseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 bcoudurierresync ffm if error in stream
2009-03-20 bcouduriertypo, fix eof check
2009-03-20 bcoudurierdo not write ffm write index by default, detect if...
2009-03-20 rbultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-20 rbultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-19 bcoudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-03-19 bcouduriermove max analyze duration check before considering...
2009-03-19 ramiroSupport raw TrueHD files
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-19 alexcMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-18 reimarRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 reimarAdd a special guidcmp function to compare ASF guids...
2009-03-17 rbultjeFix wrong @file tag.
2009-03-17 rbultjeReindent after r18023.
next