]> git.sesse.net Git - ffmpeg/history - libavformat
unroll another common case in vorbis_residue_decode
[ffmpeg] / libavformat /
2008-07-15 Siarhei SiamashkaOGG: Add padding at end of Vorbis headers
2008-07-14 Michael NiedermayerMake flic probe check a few more things.
2008-07-14 Michael NiedermayerMove the codec_id overriding at a slightly better place.
2008-07-14 Michael NiedermayerRemove common factors from timebase in av_set_pts_info().
2008-07-14 Diego Biurrungifdec.c was removed, purge its entry from the Makefile.
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-13 Måns RullgårdASF: use dprintf(), allow compilation with -DDEBUG
2008-07-13 Michael NiedermayerRemove gif demuxer, the code contains a gif decoder...
2008-07-12 Michael NiedermayerUse CODEC_ID_PROBE when the mpeg-ps demuxer does not...
2008-07-12 Michael NiedermayerRemove old hackish codec probe system.
2008-07-12 Michael NiedermayerUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerOnly try to probe the codec when the available data...
2008-07-12 Michael NiedermayerAdd mpegvideo and H.264 to the codec probe.
2008-07-12 Michael Niedermayerh264_probe()
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Michael Niedermayercommand_streams are type data not unknown.
2008-07-12 Michael NiedermayerMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 Michael NiedermayerMove set_codec_from_probe_data() up to where the other...
2008-07-12 Michael NiedermayerPass AVPacketList instead of the whole context to add_t...
2008-07-11 Michael Niedermayersimplify
2008-07-11 Michael NiedermayerFix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06...
2008-07-11 Diego BiurrunMove one function that is only used for muxing below...
2008-07-11 Diego BiurrunMove a function and an #ifdef CONFIG_MUXERS so that...
2008-07-11 Diego BiurrunMove functions only used for muxing below #ifdef CONFIG...
2008-07-10 Anuradha SuraparajuAdd entry for Dirac codec.
2008-07-10 Luca AbeniFix MPEG video packetization for RTP
2008-07-10 Gregory MontoirMotion Pixels MVI Demuxer.
2008-07-08 Michael Niedermayerindent
2008-07-08 Michael Niedermayer10000l for myself, my last change was incomplete.
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-07-08 Michael NiedermayerSet cur_dts to 0 only during creating new streams and...
2008-07-08 Peter RossElectronic Arts CMV demuxer
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-07-08 Luca AbeniRemove outdated comment
2008-07-08 Stefano SabatiniPrint libavformat version in outgoing SDPs.
2008-07-07 Reimar Döffinger10l, fix nuv_header for the case when there is no video...
2008-07-07 Diego BiurrunAlphabetically order AVInputFormat/AVOutputFormat decla...
2008-07-07 Diego BiurrunAdd a note to remind people to add new raw formats...
2008-07-07 Diego BiurrunAdd missing dependency declaration for raw Dirac demuxer.
2008-07-07 Diego Biurrunspelling cosmetics in PCM codec long names
2008-07-06 Aurelien Jacobsadd some missing dependencies
2008-07-06 Gregory MontoirRemove inaccurate computation of pts for audio packets...
2008-07-04 Michael NiedermayerAll mp3 parsers are buggy fix 2 of n (out of array...
2008-07-04 Michael NiedermayerAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-07-04 Diego Biurrunspelling cosmetics
2008-07-03 Ronald S. BultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 Ronald S. BultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-07-02 Luca AbeniReindent after last commit
2008-07-02 Luca AbeniFix A/V synch for RTP streams that do not contain MPEG1...
2008-06-28 Baptiste Coudurierinclude track id in error message
2008-06-28 Reimar DöffingerChange mtv_read_packet so it does not break after seeki...
2008-06-28 Reimar DöffingerFix pkt->pos to really point at start of packet for...
2008-06-28 Baptiste Couduriercosmetics
2008-06-28 Baptiste Couduriercosmetics, align vertically
2008-06-27 Baptiste Coudurierunset Track sets, relying in AVStream->priv_data and...
2008-06-27 Stefan Gehrerfix size of header data
2008-06-27 Baptiste Coudurierclarify error message about codec tag
2008-06-27 Baptiste Couduriergive context to av_log
2008-06-27 Luca AbeniDo not free the priv_data field of AVStream on close...
2008-06-26 Michael Niedermayerindent
2008-06-26 Michael NiedermayerInform the user about unhandled sectors.
2008-06-26 Michael Niedermayermemleak
2008-06-26 Michael NiedermayerDo not completely bail out for invalid params, just...
2008-06-26 Michael Niedermayermerge decl & init
2008-06-26 Michael NiedermayerGet rid of weird pre reading code.
2008-06-26 Michael NiedermayerRemove debugging trash.
2008-06-26 Michael NiedermayerAnother variable that did nothing at all
2008-06-26 Michael Niedermayerremove code that discards streams randomly
2008-06-26 Michael Niedermayervertical align
2008-06-26 Michael NiedermayerRemove a dozen unused variables.
2008-06-26 Michael Niedermayerunused var
2008-06-26 Michael NiedermayerFix exploitable code.
2008-06-26 Michael NiedermayerRemove start_time guessing code.
2008-06-26 Michael NiedermayerAlso print flags with FF_FDEBUG_TS.
2008-06-25 Michael NiedermayerPrevent invalid timestamps from being stored.
2008-06-25 Benjamin LarssonAdd support for mp3 contained in oma
2008-06-25 Benjamin LarssonRearrange parameter logic
2008-06-25 Benjamin LarssonAdd more codec IDs and tags.
2008-06-25 Baptiste Couduriermake av_find_stream_info find frame_size for aac too
2008-06-25 Michael NiedermayerMake av_find_stream_info() find the frame_size for...
2008-06-25 Michael NiedermayerFill missing pts in during muxing when we know that...
2008-06-25 Michael NiedermayerWe cannot calculate the duration of vorbis packets...
2008-06-25 Luca AbeniRemove improper usage of AV_TIME_BASE_Q
2008-06-24 Michael NiedermayerPrevent duration calculation code from generating rando...
2008-06-24 Luca AbeniDo not set sample_rate = 90000 for mp2 and mp3 audio...
2008-06-23 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-22 Baptiste Coudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-22 Evgeniy Stepanovmatroskadec: decode track private data if needed
2008-06-22 Evgeniy Stepanovmatroskadec: move buffer decoding code to a separate...
2008-06-22 Aurelien Jacobsmatroskadec: fix a memory leak
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierstore dts in ffm headers
2008-06-22 Baptiste Coudurierremove pts set hack, this is no more correct
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-22 Baptiste Coudurierdo not reset ffm pts, this avoids setting last pts...
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
next