Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-12-03add FFDS fourcc, ok'd by kostyaBen Littler
2008-12-02Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet
2008-12-02ADTS AAC probe.Michael Niedermayer
2008-12-02More OKed parts of the QCELP decoderKenan Gillet
2008-12-01Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje
2008-12-01Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje
2008-11-30document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje
2008-11-30Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje
2008-11-29Rename functions in sdp.c for consistency's sake.Stefano Sabatini
2008-11-23Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje
2008-11-23Add forgotten file format pgmyuv.Carl Eugen Hoyos
2008-11-22Support picture output without -f image2 for most codecs.Carl Eugen Hoyos
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-11-18decrease atom size, fix broken files missing version/flagsBaptiste Coudurier
2008-11-18Trivial, CosmeticsReynaldo H. Verdejo Pinochet
2008-11-17Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje
2008-11-17Reindent after r15853.Ronald S. Bultje
2008-11-17Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje
2008-11-17Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje
2008-11-17Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje
2008-11-17Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje
2008-11-17Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička
2008-11-16set pts in flv demuxerBaptiste Coudurier
2008-11-16read itunes metadata, code based on Reimar's patchBaptiste Coudurier
2008-11-15Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje
2008-11-15Make function comment a bit more linguistically correct.Ronald S. Bultje
2008-11-15Reindent after r15833.Ronald S. Bultje
2008-11-15Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje
2008-11-15simplify metadata readingBaptiste Coudurier
2008-11-15matroskadec: fix index timestamps for some broken filesAurelien Jacobs
2008-11-15Call check_back_and_send_rr() function only in case of RTP as a transport.Ronald S. Bultje
2008-11-15Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje
2008-11-14check for interrupt when receiving from socketJindřich Makovička
2008-11-14Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje
2008-11-14timestamp is dts in wmv/asfBaptiste Coudurier
2008-11-13Allow the UDP socket buffer size to be adjusted using aJindřich Makovička
2008-11-11always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička
2008-11-08Fix argument constness for the av_codec_get_id() andStefano Sabatini
2008-11-08Electronic Arts demuxer: support TGQ video tagsPeter Ross
2008-11-06OGG: correct PTS with old theora streamsMåns Rullgård
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-11-05Decode audio channel layout from RIFF/WAV file format.Peter Ross
2008-10-29Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer
2008-10-29Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason
2008-10-27fix umid base value, use revision 5 and generic material typeBaptiste Coudurier
2008-10-27fix sound essence compression ULBaptiste Coudurier
2008-10-27fix start position ULBaptiste Coudurier
2008-10-25simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier