summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-101-6/+17
| | | | | | Fixes the crash described in issue 706. Originally committed as revision 18407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-103-3/+15
| | | | | | This ensures that the parser will no longer leak memory for all SPS/PPS it encounters. Originally committed as revision 18406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-101-0/+2
| | | | | | | | for interlaced stuff. This might have been exploitable when emu edge was not set though note this bug has been introduced just a few days ago. Originally committed as revision 18405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-091-1/+1
| | | | | | | easily provided. Fixes issue315. Originally committed as revision 18404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-092-2/+2
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-091-6/+6
| | | | Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-091-4/+0
| | | | Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-091-2/+2
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-091-0/+2
| | | | Originally committed as revision 18399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-091-12/+12
| | | | Originally committed as revision 18398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize release_buffer()Michael Niedermayer2009-04-091-13/+15
| | | | Originally committed as revision 18397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-091-0/+5
| | | | | | this led to an infinite loop in mirror(). Originally committed as revision 18396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-091-1/+6
| | | | Originally committed as revision 18395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-091-2/+2
| | | | Originally committed as revision 18394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-091-1/+2
| | | | | | This might have been exploitable. Originally committed as revision 18393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-091-2/+2
| | | | Originally committed as revision 18392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-091-1/+0
| | | | Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize check of read symbols.Michael Niedermayer2009-04-091-10/+11
| | | | Originally committed as revision 18390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-091-1/+1
| | | | | | Fixes infinite loop (did no investigate why exactly it got stuck). Originally committed as revision 18389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-091-2/+8
| | | | | | | This might have been exploitable. Fixes first crash of issue840. Originally committed as revision 18388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun2009-04-091-2/+8
| | | | | | definitions along with instructions for changing them. Originally committed as revision 18387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-092-0/+3
| | | | | | in libavutil when this function is available. Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-091-1/+4
| | | | | | returning an error in nuv_packet. Originally committed as revision 18385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-094-10/+5
| | | | Originally committed as revision 18384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-091-7/+7
| | | | Originally committed as revision 18383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-091-1/+4
| | | | | | Fixes issue203 Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-082-1/+6
| | | | | | This correctly fixes issue961, thanks to steven warren for spotting my mistake. Originally committed as revision 18381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-083-8/+11
| | | | Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-081-10/+10
| | | | Originally committed as revision 29154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-081-0/+2
| | | | Originally committed as revision 18379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-083-1/+16
| | | | | | and ensures the following padding is correctly initialized to 0. Originally committed as revision 18378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce code duplication.Zhentan Feng2009-04-081-4/+1
| | | | | | Patch by Zhentan Feng, spyfeng gmail Originally committed as revision 18377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje2009-04-081-0/+6
| | | | | | the deprecation of the old API calls. Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-086-0/+104
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-081-0/+3
| | | | Originally committed as revision 18374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r18372.Ronald S. Bultje2009-04-081-5/+5
| | | | Originally committed as revision 18373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-081-24/+43
| | | | | | | | Patch (GSoC qualfication task) by Zhentan Feng spyfeng gmail com, see "[FFmpeg-devel] Add waveformat extensible support in wav muxer (SoC qualification task)" thread on mailinglist. Originally committed as revision 18372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-081-6/+6
| | | | Originally committed as revision 18371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-071-34/+34
| | | | Originally committed as revision 18370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2009-04-071-18/+18
| | | | Originally committed as revision 18369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-071-7/+5
| | | | Originally committed as revision 18368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-071-1/+1
| | | | Originally committed as revision 18367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment the ipod subtitle checkBaptiste Coudurier2009-04-071-0/+1
| | | | Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert condition to simplify codeBaptiste Coudurier2009-04-071-3/+1
| | | | Originally committed as revision 18365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-071-2/+0
| | | | Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-071-33/+37
| | | | Originally committed as revision 18363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-071-11/+56
| | | | Originally committed as revision 18362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini2009-04-071-1/+1
| | | | Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-071-2/+4
| | | | Originally committed as revision 18360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-071-2/+2
| | | | Originally committed as revision 18359 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud