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-22Introduce libavdeviceLuca Abeni
2007-11-22Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
2007-11-22os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla
2007-11-21Include os_support.h only when neededLuca Abeni
2007-11-21Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-19Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni
2007-11-19Convert perror() in av_log() in bktr.c.Luca Abeni
2007-11-19Remove perror() usage from udp.cLuca Abeni
2007-11-19Do not use perror() in audio, video, and DV grabbersLuca Abeni
2007-11-19CosmeticsRoberto Togni
2007-11-19No need to update pos, it's not used after that lineRoberto Togni
2007-11-19Cleanup: remove ssizeRoberto Togni
2007-11-19Check for memory allocation failure of temp bufferRoberto Togni
2007-11-19Optimize memory management to create an av_packet from multiple slices:Roberto Togni
2007-11-17When new streams are detected, look for old filters and close them out.Jeff Downs
2007-11-16Add MPEG2 support to the RTP muxerLuca Abeni
2007-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
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