summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
| | | | Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek inside buffer when offset is exactly at the end, fix seeking with ↵Baptiste Coudurier2009-04-13
| | | | | | memory ByteIOContext Originally committed as revision 18487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-13
| | | | | | | | | | | | | Fix: ==22211== Conditional jump or move depends on uninitialised value(s) ==22211== at 0x811E692: ff_print_debug_info (mpegvideo.c:1137) ==22211== by 0x82E6A7B: decode_frame (h264.c:7897) ==22211== by 0x80F2823: avcodec_decode_video2 (utils.c:564) [...] ==22211== Uninitialised value was created by a stack allocation ==22211== at 0x8064AA3: try_decode_frame (utils.c:1845) Originally committed as revision 18483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
| | | | | | | | | | | | | Fix: ==22063== Conditional jump or move depends on uninitialised value(s) ==22063== at 0x811A4B7: ff_find_start_code (mpegvideo.c:99) ==22063== by 0x82F5B74: parse_nal_units (h264_parser.c:132) ==22063== by 0x82F5A68: h264_parse (h264_parser.c:261) [...] ==22063== Uninitialised value was created by a stack allocation ==22063== at 0x82F5AF5: parse_nal_units (h264_parser.c:112) Originally committed as revision 18479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
| | | | Originally committed as revision 29175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
| | | | Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Reindent a few lines and break a few excessively long ↵Diego Biurrun2009-04-12
| | | | | | lines. Originally committed as revision 29174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-12
| | | | | | netgem's changeset. Originally committed as revision 18477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
| | | | Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
| | | | | | of Snow, which is still in flux. Originally committed as revision 18475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-12
| | | | | | Fixes issue944 and possibly others. Originally committed as revision 18474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-12
| | | | | | reference pictures. Originally committed as revision 18473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize field_end() out.Michael Niedermayer2009-04-12
| | | | Originally committed as revision 18472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-12
| | | | Originally committed as revision 18471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
| | | | | | thus avoiding potential memleaks and pointless memcpys. Originally committed as revision 18470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12
| | | | | | | where easily possible (mimic, eatqi, 4xm). This allows to avoid a typecast. Originally committed as revision 18469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_destruct_packet_nofree deprecation explained in APIchangesReimar Döffinger2009-04-12
| | | | Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-12
| | | | Originally committed as revision 18467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document pbBufPtr().Stefano Sabatini2009-04-12
| | | | Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless wrapperBaptiste Coudurier2009-04-12
| | | | Originally committed as revision 18465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-12
| | | | | | AV_LOG_INFO to AV_LOG_DEBUG. Originally committed as revision 18464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless wrapperBaptiste Coudurier2009-04-12
| | | | Originally committed as revision 18463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly improve/correct description of wc3_pal_lookupReimar Döffinger2009-04-12
| | | | Originally committed as revision 18462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
| | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-12
| | | | | | | | and this is the easiest way to. It would be a lot of messy code we can drop if it is useless. As a sideeffect this fixes issue977. Originally committed as revision 18460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-12
| | | | Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-12
| | | | Originally committed as revision 18458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-12
| | | | | | Based on patch by Nico Sabi, nicola dot sabbi at poste dot it Originally committed as revision 18457 to svn://svn.ffmpeg.org/ffmpeg/trunk