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-16avoid some halfpel related #ifdefAurelien Jacobs
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-15Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun
2007-11-15Reorder functions to get rid of ugly forward declarations.Diego Biurrun
2007-11-15Fix Doxygen parameterPanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-15Attribute for specifying direction should come right after @param.Panagiotis Issaris
2007-11-15Use put_signed_pixels_clamped where appropriateChristophe Gisquet
2007-11-14cosmetics: whitespaceAurelien Jacobs
2007-11-14Remove editor junk from the end.Alex Beregszaszi
2007-11-14Small simplificationBenjamin Larsson
2007-11-14add myself as TTA guyAlex Beregszaszi
2007-11-14Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi
2007-11-14Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi
2007-11-14Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi
2007-11-14MP3 encoding is not integer-only (it's up to LAME)Kostya Shishkov
2007-11-14TypoPanagiotis Issaris
2007-11-14Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini
2007-11-14Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini
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-13Remove unused variable, fixes the warning:Diego Biurrun
2007-11-13cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun
2007-11-12remove now useless libogg supportBaptiste Coudurier
2007-11-12tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer
2007-11-12set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-11ogg seek regression refBaptiste Coudurier
2007-11-10files have been renamedBaptiste Coudurier
2007-11-10ogg muxerBaptiste Coudurier
2007-11-10Add comments to some #endif directives.Diego Biurrun
2007-11-10cosmetics: Fix vissual --> visual typo.Diego Biurrun
2007-11-10Improve unsupported (pixel) format error message.Stefano Sabatini