summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong error message.Stefano Sabatini2007-11-201-1/+1
* main() --> main(void)Diego Biurrun2007-11-201-5/+5
* whitespace consistency cosmeticsDiego Biurrun2007-11-201-3/+3
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-191-7/+7
* cosmetic (place { consistently)Michael Niedermayer2007-11-191-22/+11
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-191-1/+2
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-191-44/+44
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-191-5/+5
* check region depth for validityMichael Niedermayer2007-11-191-0/+4
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-191-0/+2
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-191-8/+8
* Remove perror() usage from udp.cLuca Abeni2007-11-191-9/+9
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-193-16/+16
* Remove perror() usage from libavutilLuca Abeni2007-11-191-1/+1
* CosmeticsRoberto Togni2007-11-191-3/+3
* No need to update pos, it's not used after that lineRoberto Togni2007-11-191-1/+0
* Cleanup: remove ssizeRoberto Togni2007-11-181-4/+2
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-181-1/+2
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-181-6/+3
* Use memcpy instead of for loopBenjamin Larsson2007-11-181-4/+2
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-171-2/+2
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-171-0/+1
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-161-14/+0
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-161-0/+5
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-163-17/+44
* Remove empty pipe_closeAlex Beregszaszi2007-11-161-7/+0
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-161-2/+3
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-162-2/+4
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-151-1/+1
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-151-5/+3
* 1000l: Fix check for max slice numberRoberto Togni2007-11-151-1/+1
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-151-1/+2
* Remove some more duplicated codeLuca Abeni2007-11-151-38/+45
* Remove the useless variable "my_addr1"Luca Abeni2007-11-151-4/+4
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-151-8/+3
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-151-0/+2
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-151-92/+89
* Fix Doxygen parameterPanagiotis Issaris2007-11-151-1/+1
* Fix Doxygen parameter namePanagiotis Issaris2007-11-151-1/+1
* Fix Doxygen parameter namePanagiotis Issaris2007-11-151-1/+1
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-151-3/+3
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-151-6/+3
* cosmetics: whitespaceAurelien Jacobs2007-11-141-2/+2
* Remove editor junk from the end.Alex Beregszaszi2007-11-141-4/+0
* Small simplificationBenjamin Larsson2007-11-141-9/+7
* add myself as TTA guyAlex Beregszaszi2007-11-141-0/+2
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-141-0/+2
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-141-1/+1
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-141-1/+1
* MP3 encoding is not integer-only (it's up to LAME)Kostya Shishkov2007-11-141-1/+1