11548 Commits (a960a1e041fd2647b806f744ca0e409c30bd8d32)
 

Author SHA1 Message Date
Luca Barbato a960a1e041 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Stefano Sabatini 79815f622d Fix wrong error message. 17 years ago
Diego Biurrun e5af4a113b main() --> main(void) 17 years ago
Diego Biurrun db817cf35a whitespace consistency cosmetics 17 years ago
Michael Niedermayer e59d932826 cosmetic (x==NULL -> !x) 17 years ago
Michael Niedermayer 5b2052b38f cosmetic (place { consistently) 17 years ago
Roberto Togni 2b013568f9 Replace realloc with free+malloc, the previous content of the buffer is 17 years ago
Michael Niedermayer 0dd954b1f0 cosmetic (remove != 0 / != NULL) 17 years ago
Michael Niedermayer e1c48b7aae use sizeof in snprintf (note the changed code is all under #if 0) 17 years ago
Michael Niedermayer 2867ed9b1c check region depth for validity 17 years ago
Luca Abeni c5a2fe8f1f Generate a linking error if perror() is used in libav* 17 years ago
Luca Abeni 952062909d Convert perror() in av_log() in bktr.c. 17 years ago
Luca Abeni 086119b3f3 Remove perror() usage from udp.c 17 years ago
Luca Abeni 9f74582cea Do not use perror() in audio, video, and DV grabbers 17 years ago
Luca Abeni 7f0cd6a529 Remove perror() usage from libavutil 17 years ago
Roberto Togni e35033e6e3 Cosmetics 17 years ago
Roberto Togni 69434d2f73 No need to update pos, it's not used after that line 17 years ago
Roberto Togni 6887cb8bc5 Cleanup: remove ssize 17 years ago
Roberto Togni 52537534d2 Check for memory allocation failure of temp buffer 17 years ago
Roberto Togni e11d0145e2 Optimize memory management to create an av_packet from multiple slices: 17 years ago
Benjamin Larsson 289987e454 Use memcpy instead of for loop 17 years ago
Jeff Downs 28af284cfb When new streams are detected, look for old filters and close them out. 17 years ago
Jeff Downs e240f898ff Call mpegvideo flush routine on h264 flush. Needed in particular 17 years ago
Diego Biurrun eb72cacb21 Remove unused functions, fixes the warnings: 17 years ago
Luca Abeni db628029c4 Add MPEG2 support to the RTP muxer 17 years ago
Luca Abeni 7ed19d7fbf Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP 17 years ago
Alex Beregszaszi b5298028b0 Remove empty pipe_close 17 years ago
Alex Beregszaszi 7a813b368a Call prot->url_close only if it is present. 17 years ago
Alex Beregszaszi 018b6fb465 Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. 17 years ago
Alex Beregszaszi 964ff35445 Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. 17 years ago
Aurelien Jacobs 87246a01cf avoid some halfpel related #ifdef 17 years ago
Roberto Togni 27a2f87da8 1000l: Fix check for max slice number 17 years ago
Roberto Togni e29378ff88 Move dnet-ac3 byte-swapping code close to audio packet read code 17 years ago
Luca Abeni aa519c4771 Remove some more duplicated code 17 years ago
Luca Abeni d4936869ff Remove the useless variable "my_addr1" 17 years ago
Luca Abeni 882d00f27d Use the same code to set local_port in the IPv4-only case and in the 17 years ago
Diego Biurrun a0c013de34 Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: 17 years ago
Diego Biurrun 3b8554662b Reorder functions to get rid of ugly forward declarations. 17 years ago
Panagiotis Issaris 8ea0e80241 Fix Doxygen parameter 17 years ago
Panagiotis Issaris e8b7c70f09 Fix Doxygen parameter name 17 years ago
Panagiotis Issaris abfe87d471 Fix Doxygen parameter name 17 years ago
Panagiotis Issaris 9bd51b9aab Attribute for specifying direction should come right after @param. 17 years ago
Christophe Gisquet 1a625dce18 Use put_signed_pixels_clamped where appropriate 17 years ago
Aurelien Jacobs d638424b8a cosmetics: whitespace 17 years ago
Alex Beregszaszi 0b77d7d642 Remove editor junk from the end. 17 years ago
Benjamin Larsson 2b992d0e88 Small simplification 17 years ago
Alex Beregszaszi 97c8b06470 add myself as TTA guy 17 years ago
Alex Beregszaszi 8e1b957cd4 Support 44.1kHz audio. Acked by Benjamin 17 years ago
Alex Beregszaszi 8ef4de4e11 Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. 17 years ago