]> git.sesse.net Git - ffmpeg/history - libavformat
cosmetics: Sort and prettyprint codec_wav_tags[].
[ffmpeg] / libavformat /
2008-01-26 Baptiste Coudurierthis one is not standardized either
2008-01-26 Baptiste Coudurierremove non standard object type ids, if you find sample...
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-21 Baptiste Coudurierunset extension, so code path, and guess format do...
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-20 Aurelien Jacobsadd missing Makefile rules for pcm muxers/demuxers
2008-01-20 Baptiste Coudurierreorder alphabetically
2008-01-20 Paul Egannew avm2 (flash 9) muxer, patch by Paul Egan, paulegan...
2008-01-19 Baptiste Coudurierinit uid to 0
2008-01-19 Baptiste Coudurierindentation
2008-01-19 Baptiste Couduriercorrectly handle sony mpeg4 extradata
2008-01-19 Baptiste Couduriercheck if read child returned error
2008-01-19 Baptiste Couduriersimplify with matching len
2008-01-19 Baptiste Couduriersimplify and detect better non frame wrapped mappings
2008-01-19 Baptiste Couduriercosmetics: read_metadata -> read
2008-01-19 Baptiste Couduriercosmetics
2008-01-19 Baptiste Coudurierremove unused crypto context uid
2008-01-19 Baptiste Couduriersupport dynamically allocated local tags, used by encry...
2008-01-19 Baptiste Couduriercheck malloc return
2008-01-19 Baptiste Coudurieradd some dv container uls
2008-01-19 Baptiste Couduriersimplify by checking min matching len
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-17 Roberto TogniFix forgotten braces from r11039
2008-01-17 Michael NiedermayerConsider initial EOR in the back_ptr calculation.
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-15 Luca AbeniMake avc_find_startcode non-static, so that it can...
2008-01-14 Michel BardiauxSuppress runaway index on streamed input
2008-01-13 Roberto TogniAdd support for S8 PCM (codec 2)
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2008-01-12 Víctor PaesaAlignment
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-12 Michael NiedermayerSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2008-01-12 Michael NiedermayerWrite 0 instead of seeking forward (and leaving bytes...
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMatroska muxer needs to format all NAL units, not only...
2008-01-11 Luca AbeniDo not install rtp.h (which should have never been...
2008-01-11 Aurelien Jacobsmatroskaenc now depends on avc.o
2008-01-11 Aurelien JacobsUse the isom avcc formatting for h264 extradata in...
2008-01-11 Aurelien JacobsMove isom_write_avcc() and related functions into a...
2008-01-11 Aurelien Jacobsextract isom_write_avcc into a function
2008-01-11 Aurelien JacobsAdd one more parameter to avc_parse_nal_units so that...
2008-01-11 Aurelien JacobsCheck return value of avc_parse_nal_units().
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-10 Luca AbeniPass a proper context to av_log()
2008-01-08 Diego BiurrunFix random typos.
2008-01-08 Guillaume LecrefECERFurl_write is part of the public API so it may not be...
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-07 Ivo van PoortenLinux Media Labs MPEG-4 (LMLM4) demuxer
2008-01-07 Ivo van PoortenImplement read_timestamp and enable seeking in PVA...
2008-01-07 Ivo van Poortencosmetics
2008-01-07 Ivo van Poortenremove unnecessary check
2008-01-07 Ivo van Poortenuse ff_parse_pes_pts for parsing an MPEG-PES timestamp
2008-01-07 Ivo van PoortenMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-06 Diego Biurruncosmetics: Add another pair of parentheses to aid reada...
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2008-01-06 Baptiste Couduriercosmetics, split overly long lines
2008-01-06 Diego PettenòMake AVRtpPayloadTypes static and constant
2008-01-05 Ivo van Poortencosmetics, superfluous space
2008-01-05 Ivo van Poortenproper check for valid pva_pts
2008-01-05 Ivo van Poortendo not return an error, but warn and recover when encou...
2008-01-05 Ivo van Poortenvalidate streamid before use
2008-01-05 Ivo van Poortenchange audio codec id to mp2
2008-01-05 Ivo van Poortenproper type and initialization of pva_pts
2008-01-05 Ivo van Poortenremove unnecessary shift
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Luca AbeniSplit the RTP muxer out of rtp.c, to simplify the RTSP...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2008-01-04 Ronald S. BultjeMake three rm demuxer functions non static.
2008-01-03 Luca AbeniRationalize some dependencies between rtsp and rtp
2008-01-03 Luca AbeniFix the RTP muxer dependencies
2008-01-03 Ivo van Poortenuse one shift less in get_pts()
2008-01-03 Aurelien Jacobsmention libavfilter in warning about deprecated vhook
2008-01-02 Ronald S. BultjeDrop RTSP default protocol.
2008-01-02 Diego Biurruncosmetics: Reindent.
2008-01-02 Ronald S. BultjeMerge double-nested if into && condition.
2008-01-02 Aurelien Jacobsmove num_packets=0 where it belongs
2008-01-02 Ivo van PoortenTechnoTrend PVA Demuxer
2008-01-02 Diego Biurruncosmetics: sort()
2008-01-01 Dave YeoAdd portable way to check for the existence of definiti...
2008-01-01 Michael NiedermayerExtract aspect ratio from ODML/vprp.
2007-12-31 Michael NiedermayerCorrect doxy about timestamp units of read_timestamp().
2007-12-31 Michael NiedermayerDocument return of read_timestamp.
2007-12-31 Michael NiedermayerMore verbose aspect ratio error msg.
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-29 Aurelien Jacobsclear internal queue when seeking
2007-12-29 Aurelien Jacobsmove internal queue freeing code in its own function
2007-12-29 Gabriel Fortéfix memory leak (patch by Gabriel Forté gforte _at_...
2007-12-29 Michael Niedermayerindent
2007-12-29 Michael NiedermayerTry to fix url_split() so that the ?foobar part is...
2007-12-28 Ivo van PoortenSun Rasterfile decoder
2007-12-28 Luca BarbatoReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-12-28 Luca BarbatoReal RTSP support, from Ronald S. Bultje rsbultje gmail...
next