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
2007-11-16Remove empty pipe_closeAlex Beregszaszi
2007-11-16Call prot->url_close only if it is present.Alex Beregszaszi
2007-11-16Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi
2007-11-16Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi
2007-11-161000l: Fix check for max slice numberRoberto Togni
2007-11-16Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni
2007-11-15Remove some more duplicated codeLuca Abeni
2007-11-15Remove the useless variable "my_addr1"Luca Abeni
2007-11-15Use the same code to set local_port in the IPv4-only case and in theLuca Abeni
2007-11-15Fix Doxygen parameterPanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-14cosmetics: whitespaceAurelien Jacobs
2007-11-14TypoPanagiotis Issaris
2007-11-14Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni
2007-11-14Simplify set_remote_url(), and remove some code duplicationLuca Abeni
2007-11-14Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni
2007-11-14Remove a now unused fieldLuca Abeni
2007-11-14Give better names to multicast functions (they are not IPv6-only)Luca Abeni
2007-11-14Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni
2007-11-14Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni
2007-11-14Add support for reading WM/Year tagPatrice Bensoussan
2007-11-14remove unnecessary -1 from snprintf lenAndreas Öman
2007-11-14Add support for ID3v2 year tagPatrice Bensoussan
2007-11-14rename fps(frame per second) to tb(time base) to preventMichael Niedermayer
2007-11-12remove now useless libogg supportBaptiste Coudurier
2007-11-12set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-10ogg muxerBaptiste Coudurier
2007-11-10comment typoDiego Biurrun
2007-11-09Add support for some more audio formatsLuca Abeni
2007-11-09Improve Sofdec file detectionMåns Rullgård
2007-11-08fix potential buffer over-readAurelien Jacobs
2007-11-08fix negative fseekAurelien Jacobs
2007-11-08Split ac3 byte swapping into a separate function.Ronald S. Bultje
2007-11-08Isolate caching of audio frames in its own function.Ronald S. Bultje
2007-11-08Change a stream indexer.Ronald S. Bultje
2007-11-08Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje
2007-11-08Change parse indexer.Ronald S. Bultje
2007-11-08Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun
2007-11-08Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet
2007-11-08correctly set audio codec when demuxing sofdec filesAurelien Jacobs
2007-11-08probe more kind of electronic arts filesAurelien Jacobs
2007-11-08Move external library registrations into a separate block after all nativeDiego Biurrun
2007-11-08Add some explanatory comments.Diego Biurrun
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-11-07Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun
2007-11-07Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun
2007-11-07Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje
2007-11-07Check context before accessing its field.Thorsten Jordan
2007-11-07Musepack SV8 demuxer and decoderKostya Shishkov