]> git.sesse.net Git - ffmpeg/history - libavformat
Reindent something that looks weird.
[ffmpeg] / libavformat /
2008-12-14 Ronald S. BultjeReindent something that looks weird.
2008-12-14 Ronald S. BultjeAdd comment to indicate why the SDP line buffer is...
2008-12-14 Ronald S. BultjeIncrease SDP line buffer size because ASF headers in...
2008-12-14 Michael Niedermayer10l (forgot sample_size)
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Måns Rullgårdoggflac: fix bitstream reader usage
2008-12-14 Michael NiedermayerFix non interleaved variable fps ODML avis.
2008-12-14 Michael NiedermayerRemove silly FIXME comment.
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 Luca AbeniRemove useless typedef
2008-12-13 Luca AbeniRemove unused types
2008-12-13 Reimar DöffingerAvoid _t in gxf enum type names
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-13 Ronald S. BultjeSeparate the packet fetching from the data reading...
2008-12-13 Diego Biurrun100l: Add missing backslashes.
2008-12-13 Diego Biurruncosmetics: Break some lines for a more aesthetically...
2008-12-13 Diego BiurrunRemove misleading comment, _t is POSIX-reserved namespace.
2008-12-13 Diego Biurrunwhitespace cosmetics
2008-12-13 Jai MenonAvoid _t in identifier names, _t is reserved by POSIX.
2008-12-13 Anders GrönbergMatroska uses tables from isom.c, so add the object...
2008-12-13 Luca BarbatoRename type to be consistent
2008-12-13 Måns Rullgårdmpegts: replace Program_t typedef with "struct Program"
2008-12-12 Aurelien Jacobsmatroska: sort codec tags list
2008-12-12 Kurtnoisematroska: add dirac support (patch by Kurtnoise kurtno...
2008-12-12 Ben Littleradd another mpeg4 avi fourcc from uncommon codecs list
2008-12-12 Dave YeoAdd sys/time.h header #include, fixes compilation on...
2008-12-12 Oded ShimonUpdate lavf/libnut.c to _tt type names in libnut API
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Baptiste Coudurierparse pasp atom and set sample aspect ratio,
2008-12-11 Baptiste Coudurierremove _t in typedef for POSIX compatibility
2008-12-11 Michael NiedermayerRemove comment suggesting using variables ending in...
2008-12-11 Reimar DöffingerAvoid _t in typedef type
2008-12-11 Michael Niedermayerremove _t for POSIX compatibility.
2008-12-11 Ronald S. BultjeFix indenting.
2008-12-11 Reimar DöffingerUse "struct gxf_stream_info" instead of "st_info_t",
2008-12-11 Reimar DöffingerRemove useless and confusing (since they are also used...
2008-12-11 Mike Melansonadd 'ACDV' FourCC (which is just complete JPEG files...
2008-12-08 Ben Littleradd mpeg2 fourcc and aac format tag from asf
2008-12-07 Jindřich Makovičkabind to the multicast address if possible
2008-12-07 Reynaldo H. Verdej... COSMETICS
2008-12-06 Ronald S. BultjeRemove static variable and a printf using it. See ...
2008-12-06 Ronald S. BultjeChange function prototype of the sdp_parse_a_line in...
2008-12-06 Ronald S. BultjeDo not access s->gb directly in functions that have...
2008-12-05 Ben Littleradd VX1K h263 and DMK2 mpeg4 avi fourccs
2008-12-04 Carl Eugen HoyosRecognize pnm file as images.
2008-12-04 Baptiste CoudurierWRAW fourcc
2008-12-03 Diego BiurrunAdd necessary header for av_set_program_name and av_pro...
2008-12-03 Ben Littleradd fourccs from avi files
2008-12-03 Michael Niedermayeradd GEOX fourcc for mpeg4
2008-12-03 Diego BiurrunMove declaration of av_set_program_name and av_program_...
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-03 Ben Littleradd FFDS fourcc, ok'd by kostya
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-02 Michael NiedermayerADTS AAC probe.
2008-12-01 Kenan GilletMore OKed parts of the QCELP decoder
2008-12-01 Ronald S. BultjeImplement rule-number parsing, the initial step in...
2008-11-30 Ronald S. BultjeChange RDTDemuxContext->st into an array of streams...
2008-11-30 Ronald S. Bultjedocument ff_rdt_parse_open(). See ML discussion in...
2008-11-30 Ronald S. BultjeChange function prototype from taking an AVStream to...
2008-11-29 Stefano SabatiniRename functions in sdp.c for consistency's sake.
2008-11-23 Ronald S. BultjeDocument 'ic' variable. See "[PATCH] RDT/Realmedia...
2008-11-22 Carl Eugen HoyosAdd forgotten file format pgmyuv.
2008-11-22 Carl Eugen HoyosSupport picture output without -f image2 for most codecs.
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-18 Baptiste Coudurierdecrease atom size, fix broken files missing version...
2008-11-18 Reynaldo H. Verdej... Trivial, Cosmetics
2008-11-17 Ronald S. BultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 Ronald S. BultjeReindent after r15853.
2008-11-17 Ronald S. BultjeRead optional components of the RDT packet header,...
2008-11-17 Ronald S. BultjeChange header reading implementation to using get_bits...
2008-11-17 Ronald S. BultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 Ronald S. BultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-17 Jindřich MakovičkaGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-16 Baptiste Coudurierset pts in flv demuxer
2008-11-16 Baptiste Coudurierread itunes metadata, code based on Reimar's patch
2008-11-15 Ronald S. BultjeChange status packet skipping to be more spec-compliant...
2008-11-15 Ronald S. BultjeMake function comment a bit more linguistically correct.
2008-11-15 Ronald S. BultjeReindent after r15833.
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Baptiste Couduriersimplify metadata reading
2008-11-15 Aurelien Jacobsmatroskadec: fix index timestamps for some broken files
2008-11-15 Ronald S. BultjeCall check_back_and_send_rr() function only in case...
2008-11-15 Ronald S. BultjeRename variables in ff_rdt_parse_header() and callers...
2008-11-14 Jindřich Makovičkacheck for interrupt when receiving from socket
2008-11-14 Ronald S. BultjeAdd comment describing the RDT packet header. See discu...
2008-11-14 Baptiste Couduriertimestamp is dts in wmv/asf
2008-11-12 Jindřich MakovičkaAllow the UDP socket buffer size to be adjusted using a
2008-11-10 Jindřich Makovičkaalways use the whole buffer for reading w/ packetized...
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-11-08 Peter RossElectronic Arts demuxer: support TGQ video tags
2008-11-06 Måns RullgårdOGG: correct PTS with old theora streams
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-11-05 Peter RossDecode audio channel layout from RIFF/WAV file format.
2008-10-29 Michael NiedermayerCheck sub_packet_size against 0 to avoid div by zero...
2008-10-28 Andrew WasonFix endless loop when opening corrupt FLV files (issue...
2008-10-27 Baptiste Coudurierfix umid base value, use revision 5 and generic materia...
2008-10-26 Baptiste Coudurierfix sound essence compression UL
next