summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
* check region depth for validityMichael Niedermayer2007-11-19
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-19
* Remove perror() usage from udp.cLuca Abeni2007-11-19
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-19
* Remove perror() usage from libavutilLuca Abeni2007-11-19
* CosmeticsRoberto Togni2007-11-19
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
* Cleanup: remove ssizeRoberto Togni2007-11-18
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
* Remove some more duplicated codeLuca Abeni2007-11-15
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-15
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
* cosmetics: whitespaceAurelien Jacobs2007-11-14
* Remove editor junk from the end.Alex Beregszaszi2007-11-14
* Small simplificationBenjamin Larsson2007-11-14
* add myself as TTA guyAlex Beregszaszi2007-11-14
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
* MP3 encoding is not integer-only (it's up to LAME)Kostya Shishkov2007-11-14
* TypoPanagiotis Issaris2007-11-14
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-14
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
* Remove a now unused fieldLuca Abeni2007-11-14