summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
| | | | Originally committed as revision 18542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change tgq_decode_mb function arguments from using int8_t to uint8_t, this doesReimar Döffinger2009-04-17
| | | | | | | | not really change the code (x86_64/gcc-4.3.3 results stay unchanged) but avoids several casts and an aliasing violation that broke decoding at least on PPC64/gcc-4.1.2. Originally committed as revision 18541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
| | | | Originally committed as revision 18540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my public key fingerprint to MAINTAINERS.Jai Menon2009-04-16
| | | | Originally committed as revision 18539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-16
| | | | Originally committed as revision 18538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger2009-04-16
| | | | Originally committed as revision 18537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun2009-04-16
| | | | Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-16
| | | | Originally committed as revision 18535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-16
| | | | Originally committed as revision 18534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-16
| | | | | | Fixes issue987. Originally committed as revision 18533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles2009-04-16
| | | | | | blocksize. Originally committed as revision 18532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-16
| | | | | | | thread "[PATCH] RTSP-MS 15/15: move packet_time_start zero value assignment in asf.c". Originally committed as revision 18531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-15
| | | | | | requires this to be clear) Originally committed as revision 18530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-15
| | | | Originally committed as revision 18529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-15
| | | | Originally committed as revision 18528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-15
| | | | | | | pixels, not (dst+pix)>>1. This makes the mmx functions bitexact with the C functions. Originally committed as revision 18527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö2009-04-15
| | | | | | | trying to enable libamrnb support. The latter function is actually used. patch by Martin Storsjö, martin martin st Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
| | | | | | | | Real wants OPTIONS) while the connection is idle, otherwise it will be aborted after a short period (usually a minute). See the thread "[PATCH] rtsp.c: keep-alive" on the mailinglist. Originally committed as revision 18525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the sort order for changelog entries.Diego Biurrun2009-04-15
| | | | Originally committed as revision 18524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad2009-04-15
| | | | Originally committed as revision 18523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
| | | | Originally committed as revision 18522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
| | | | Originally committed as revision 18521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
| | | | Originally committed as revision 18520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
| | | | Originally committed as revision 18519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
| | | | Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
| | | | Originally committed as revision 18517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Split long line.Carl Eugen Hoyos2009-04-14
| | | | Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
| | | | Originally committed as revision 18515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
| | | | Originally committed as revision 18514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
| | | | Originally committed as revision 18513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-14
| | | | | | | | problems with padding. Fix issue 959 Originally committed as revision 18512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
| | | | Originally committed as revision 18511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: FFmpeg now passes -fno-common automatically.Ramiro Polla2009-04-14
| | | | Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
| | | | | | | qualification task, see "RTP/Vorbis payload implementation (GSoC qual task)" thread on mailinglist. Originally committed as revision 18509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-14
| | | | Originally committed as revision 29180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-14
| | | | | | This fixes RGB32 (et al.) scaling. Originally committed as revision 29179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-14
| | | | | | | | | | | buffer size of the fmtp parameter buffer. For Vorbis RT(S)P, these contain full Vorbis headers, which can be up to 12kb each, formatted in base64, so 16kb total. Patch required for proper Vorbis/RTP playback, submitted as GSoC qualification task in the thread "RTP/Vorbis payload implementation (GSoC qual task)" by Colin McQuillan m.niloc googlemail com. Originally committed as revision 18508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-14
| | | | | | This avoids a division by zero in '[in]fifo,scale[out]' Originally committed as revision 18507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark src constant in copy_block*().Alex Converse2009-04-14
| | | | Originally committed as revision 18506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles2009-04-14
| | | | Originally committed as revision 18505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32, dos: Work around a bug in the GNU toolchain.Ramiro Polla2009-04-13
| | | | | | | | | | | | | | The bug[1] is exposed when gcc decides to put some data in a common section (i.e. data that will be used by more than one object). It will suggest the data to be aligned, but binutils >= 2.19 will fail to properly align it. Thus if the data requires any alignment greater than 4, the application will crash. The workaround prevents gcc from putting data in a common section, instead putting it in a properly aligned section. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216 Originally committed as revision 18501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-13
| | | | Originally committed as revision 18498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
| | | | | | | The new name is more readable and consistent with the FFmpeg naming style. Originally committed as revision 18497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-13
| | | | | | | the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-13
| | | | | | separate. Originally committed as revision 18495 to svn://svn.ffmpeg.org/ffmpeg/trunk