]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
remove useless max_payload_size variable
[frescor/ffmpeg.git] / libavformat /
2009-05-10 bcoudurierremove useless max_payload_size variable
2009-05-10 bcoudurierdo not write dts if pts is not set
2009-05-10 bcoudurierfix total bitrate computation, based on patch by corp18...
2009-05-06 conradWarning fix: Make ogg_stream.codec const
2009-05-06 stefanoAdd 8088flex TMV file demuxer.
2009-05-06 kostyaAdd floating point audio decoding to WavPack decoder.
2009-05-05 bcoudurierdvh1 avi fourcc, dvh1_sample_truncated.avi, issue ...
2009-05-05 bcouduriermore dvcprohd .mov fourcc, see #1034
2009-05-03 bananRemove dead assignments found by CSA
2009-04-28 stefanoConvert names to the FFmpeg style.
2009-04-27 benoitAdd avlanguage helpers in libavformat.
2009-04-23 ivoavoid possibly uninitialized return value
2009-04-22 jai_menonNSV : Add TOC2 parsing and seeking support.
2009-04-22 andomaIt should be #if, not #ifdef
2009-04-22 michaelRequire 4 instead of 3 frames for detecting mp3,
2009-04-21 ramiroAdd raw MLP muxer.
2009-04-20 lucabeFix crash when receiving from SDP
2009-04-19 michaelAdd zygo fourcc.
2009-04-19 diegoMark gsize variable as av_unused, fixes the warning:
2009-04-19 diegoRevert previous removal of gsize variable. It breaks...
2009-04-18 diegoRemove unused variable gsize, fixes the warning:
2009-04-18 jai_menonCosmetics : reindent after last commit and remove redun...
2009-04-18 jai_menonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 jai_menonChange nsvf_index_data to nsvs_file_offset for increase...
2009-04-17 jai_menonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 michaelRemove useless init from aiff_read_header() found by...
2009-04-17 michaelRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 michaelRemove unused variable from flv_read_metabody() found...
2009-04-17 michaelRemove nonsensical assignment from asf_read_seek()...
2009-04-17 michaelMove declarations in sync() closer to where they are...
2009-04-17 michaelRemove unused variable from asf_read_header() found...
2009-04-17 rbultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 michaelMoving variable declarations in asf_build_simple_index...
2009-04-16 reimarRemove unused audio_pts field from ea demuxer struct
2009-04-16 reimarRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 rbultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 michaelClarify which exact variant of ISO 639 is used. (The...
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 conradOGG demuxer: ensure that there's pages to read for...
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 rbultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 bcoudurierseek inside buffer when offset is exactly at the end...
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierreindent
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarSlightly improve/correct description of wc3_pal_lookup
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 michaelDisable metadata reading, yes id like to know what...
2009-04-12 bcoudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 bcoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 bcouduriersimplify registration descriptor parsing with bytstream...
2009-04-12 bcoudurierOk, ts demuxer is more complicated than I thought
2009-04-12 bcoudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 bcoudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 reimarSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 reimarFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 reimarwc3movie: return partial packets if not all data can...
2009-04-11 reimarExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 reimarUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 reimarReindent
2009-04-11 reimarMake electronicarts demuxer return partial frames,...
2009-04-10 diegoReplace rand() usage by av_lfg_get().
2009-04-10 diegocosmetics: Align output columns.
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
next