]> git.sesse.net Git - ffmpeg/history - libavformat
Do not scare the user with error messages when everything is ok.
[ffmpeg] / libavformat /
2008-07-25 Joakim PlateFix handling of old nuv files where an aspect of 1...
2008-07-24 Joakim Plateaspect stored in nuv files must be converted from displ...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-07-24 John SchmiedererUse tkhd matrix for proper display in mov.
2008-07-23 Kostya ShishkovSMPTE 421M Annex L (aka .rcv) muxer
2008-07-19 Baptiste Coudurieradd ogv extension
2008-07-19 Baptiste Couduriercosmetics, remove space
2008-07-19 Baptiste Coudurierupdate swf video frame number when muxing done, fix...
2008-07-18 Erik HovlandFix a mem leak in av_find_stream_info().
2008-07-18 Måns RullgårdMPEGTS: Improve probe function
2008-07-18 Baptiste Couduriercosmetics, remove space
2008-07-18 Baptiste CoudurierReturn max score when ftyp atom is encountered.
2008-07-17 Michael NiedermayerTry to fix FATE after my time_base simplification change.
2008-07-16 Diego Biurruncosmetics: Fix mxf codec long name.
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...
next