summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
| | | | | | | | | - remove memmove to pack the data, instead copy only the used areas from the temp buffer in their final position - use the minimum possible size for the av_packet (relevant when some slices are missing) Originally committed as revision 11052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
| | | | Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
| | | | | | | | This avoids crashes seen when legitimate streams are found on PID 0x11 instead of DVB SDT. Fixes regression detailed in Roundup issue 138. Originally committed as revision 11050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
| | | | | | | | to clear last_picture_ptr, next_picture_ptr for proper picture management. Prevents crashes in error concealer following seeks. Fixes Roundup issue 189. Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
| | | | | | | snow.c:1163: warning: 'spatial_compose53i' defined but not used snow.c:1313: warning: 'spatial_compose97i' defined but not used Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
| | | | Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
| | | | | | code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
| | | | Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
| | | | Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi2007-11-16
| | | | | | introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
| | | | Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
| | | | Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
| | | | Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
| | | | | | | Fixed version of patch in [FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes() Originally committed as revision 11039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some more duplicated codeLuca Abeni2007-11-15
| | | | Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
| | | | Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
| | | | | | protocol-independet case Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
| | | | | | snow.c:4142: warning: #halfpel_interpol# defined but not used Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-15
| | | | Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
| | | | Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
| | | | | | | Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5) Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1 Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaceAurelien Jacobs2007-11-14
| | | | Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove editor junk from the end.Alex Beregszaszi2007-11-14
| | | | Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small simplificationBenjamin Larsson2007-11-14
| | | | Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as TTA guyAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
| | | | | | Acked by Benjamin Larsson Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 encoding is not integer-only (it's up to LAME)Kostya Shishkov2007-11-14
| | | | Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoPanagiotis Issaris2007-11-14
| | | | Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-14
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
| | | | Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
| | | | Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
| | | | Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
| | | | | | IPv4-only and protocol-independent code) Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a now unused fieldLuca Abeni2007-11-14
| | | | Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-14
| | | | Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-14
| | | | | | protocol-independent versions Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-14
| | | | | | code and the protocol-independent code Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-14
| | | | Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-13
| | | | | | | confusion with the average fps and hopefully stop these "wrong framerate" bug reports Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
| | | | | | | ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’: ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’ Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-12
| | | | Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless libogg supportBaptiste Coudurier2007-11-12
| | | | Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
| | | | Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk