]> git.sesse.net Git - ffmpeg/history - libavformat
Make sure we only parse max amount of subpackets (5) in the cook decoder.
[ffmpeg] / libavformat /
2009-04-23 Ivo van Poortenavoid possibly uninitialized return value
2009-04-22 Jai MenonNSV : Add TOC2 parsing and seeking support.
2009-04-22 Andreas ÖmanIt should be #if, not #ifdef
2009-04-22 Michael NiedermayerRequire 4 instead of 3 frames for detecting mp3,
2009-04-21 Ramiro PollaAdd raw MLP muxer.
2009-04-20 Luca AbeniFix crash when receiving from SDP
2009-04-19 Michael NiedermayerAdd zygo fourcc.
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-18 Diego BiurrunRemove 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 Michael NiedermayerRemove useless init from aiff_read_header() found by...
2009-04-17 Michael NiedermayerRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 Michael NiedermayerRemove unused variable from flv_read_metabody() found...
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerMove declarations in sync() closer to where they are...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
2009-04-16 Reimar DöffingerRemove unused audio_pts field from ea demuxer struct
2009-04-16 Reimar DöffingerRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 Ronald S. BultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 Michael NiedermayerClarify which exact variant of ISO 639 is used. (The...
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 David ConradEnsure that there's pages to read for duration calculat...
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 Ronald S. BultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Baptiste Coudurierseek inside buffer when offset is exactly at the end...
2009-04-13 Baptiste CoudurierSet frame defaults in try_decode_frame.
2009-04-13 Baptiste Coudurierreindent
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerSlightly improve/correct description of wc3_pal_lookup
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 Michael NiedermayerDisable metadata reading. Yes, I would like to know...
2009-04-12 Baptiste Coudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 Baptiste CoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 Baptiste Couduriersimplify registration descriptor parsing with bytestrea...
2009-04-12 Björn AxelssonOk, ts demuxer is more complicated than I thought
2009-04-12 Baptiste Coudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 Baptiste Coudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 Reimar DöffingerSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 Reimar DöffingerFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 Reimar Döffingerwc3movie: return partial packets if not all data can...
2009-04-11 Reimar DöffingerExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 Reimar DöffingerUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 Reimar DöffingerReindent
2009-04-11 Reimar DöffingerMake electronicarts demuxer return partial frames,...
2009-04-10 Diego BiurrunReplace rand() usage by av_lfg_get().
2009-04-10 Diego Biurruncosmetics: Align output columns.
2009-04-10 Aurelien Jacobsremove useless duplication of what av_new_stream()...
2009-04-10 Thilo BorgmannAdd 'PNG1' to PNG fourcc codes.
2009-04-10 Thilo BorgmannMake try_decode_frame() use the new avcodec_decode_...
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
next