]> git.sesse.net Git - ffmpeg/history - libavformat
Transform codec names into single words.
[ffmpeg] / libavformat /
2008-04-29 Michael NiedermayerSupport invalid mpeg created by vdr
2008-04-28 Michael Niedermayerraw GSM demuxer (does not work yet as parser is missing)
2008-04-28 Baptiste Coudurierset demuxers .value and use common audio_read_header...
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-26 Kostya ShishkovMissing tags in APE is normal situation, so don't print...
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-25 Baptiste Coudurierpts are unsigned according to specs, fix negative pts...
2008-04-25 Baptiste Coudurierset wrap bits to 32bit to actually use it
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2008-04-24 Michael Niedermayerminor memleak
2008-04-24 Michael NiedermayerFixing memleaks.
2008-04-24 Baptiste Couduriercosmetics: remove useless whitespaces and put braces...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierqcelp fourcc
2008-04-24 Baptiste Couduriersupport for alac in .mov
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-23 Michael NiedermayerEnsure that the timestamp reading code used for seeking...
2008-04-22 Rafaël CarréRead asf file header fields in the right order
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-21 Andreas ÖmanCompute AC3 frame CRC for stronger raw AC3 format probing.
2008-04-21 Henrik GulbrandsenCorrect ASF duration.
2008-04-20 Benjamin LarssonRaw dts muxer
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-19 Vladimir VoroshilovDecrease returning probe score for WAV demuxer to avoid
2008-04-18 Mike MelansonTighten up the Westwood AUD detection. Probability...
2008-04-16 Luca Barbatodoxy header for udp protocol
2008-04-16 Diego BiurrunPrint duration with higher precision.
2008-04-15 Luca BarbatoCleanup comments and make them doxygen parsable.
2008-04-15 Luca BarbatoExpose max_packet_size from the rtp protocol
2008-04-15 Michael NiedermayerDo not detect a format if another has the same score.
2008-04-15 Michael NiedermayerUsing the same probe function in 2 formats is not a...
2008-04-15 Michael NiedermayerReduce probe score as it misdetects our flv file from...
2008-04-15 Michael NiedermayerFix probe for mov00003.mqv.
2008-04-15 Michael NiedermayerIdentify codec in GMCMidiaASX.mov correctly.
2008-04-15 Luca AbeniFix receiving from SDP with unicast destinations
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-14 Michael NiedermayerRemove useless code.
2008-04-14 Michael NiedermayerRecommit r12809
2008-04-14 Michael NiedermayerUse generic seeking code for flv. The removed code...
2008-04-14 Michael Niedermayerrevert r12809
2008-04-13 Michael NiedermayerStop find_stream_info() searching for further streams...
2008-04-13 Michael Niedermayer10l
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Michael NiedermayerPrint warning if scale/rate is invalid.
2008-04-13 Michael Niedermayerindent
2008-04-13 Michael NiedermayerRestructure if/else a little.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-05 Baptiste Coudurierremove cast
2008-04-05 Baptiste Coudurierbetter error message
2008-04-04 Baptiste Coudurierspecial mpeg2 handling is no more needed
2008-04-03 Luca Barbatouse FF_NETERROR to make winsock happy, patch from pross...
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Diego BiurrunRemove unused variable.
2008-03-31 Aurelien Jacobscheck return value of matroska_find_track_by_num (fix...
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Eli FriedmanARMovie/RPL demuxer
2008-03-31 Luca AbeniAdd a comment about missing entries
2008-03-31 Luca AbeniUse the correct size for the enc_name field (removing...
2008-03-31 Luca AbeniRemove useless entries from AVRtpPayloadTypes
2008-03-31 Luca AbeniSupport mp3 audio in the RTP muxer
2008-03-30 Baptiste Coudurierprevent writing empty stss atom
2008-03-30 Baptiste Couduriersupport mp4 fragmented files without any samples in...
2008-03-30 Baptiste Couduriercheck frag track id before setting st
2008-03-30 Jai MenonIFF demuxer
2008-03-30 Justin Rugglesfix Ogg/FLAC header size
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-28 Diego Biurruncosmetics: alphabetical order
2008-03-28 Michael Niedermayerindent
2008-03-28 Michael Niedermayer1000l to myself, dereferencing uninitalized pointer.
2008-03-27 Michael NiedermayerSupport wb00+dc00 chunk mix.
2008-03-27 Baptiste Coudurierprint essence path in error message
2008-03-27 Baptiste Couduriercosmetics, useless braces
2008-03-27 Baptiste Coudurierprint stream index in error message
2008-03-27 Baptiste Coudurieraccording to specs, only color table id set to 0, have...
2008-03-27 Baptiste CoudurierOnly use chunk demuxing for old uncompressed audio...
2008-03-27 Michael NiedermayerFix aspect ratio.
2008-03-22 Michael Niedermayer1st attempt at correcting the punktuation.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Michael NiedermayerDocument get_*_buffer()
2008-03-21 Baptiste Couduriersample size to 1 might happen for data, fix GMCMidiaASX...
2008-03-21 Sascha Sommerrl2 demuxer
2008-03-21 Baptiste Coudurieryet again another hdv fourcc
2008-03-21 Baptiste Couduriersupport fragments when non streamable
2008-03-21 Baptiste Couduriermp4 fragments support
next