summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-10
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for invalid motion vector, fixes issue 2521.Daniel Kang2011-01-10
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang2011-01-10
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reading over the end of the allocated buffer.Anssi Hannula2011-01-09
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Match the documentation of -ar with the actual behaviour.Carl Eugen Hoyos2011-01-09
| | | | Originally committed as revision 26290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-09
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return on negative soff sizes, fixes issue 2515.Daniel Kang2011-01-09
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-09
| | | | Originally committed as revision 26287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update asm offsets for armLuca Barbato2011-01-09
| | | | | | This unbreak ffmpeg build on arm/elf, arm/mach-o still need an update Originally committed as revision 26286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-09
| | | | Originally committed as revision 26285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos in the crop filter documentation.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation for the image2 demuxer.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add demuxers.texi file.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as the WTV maintainerPeter Ross2011-01-09
| | | | Originally committed as revision 26281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationPeter Ross2011-01-09
| | | | Originally committed as revision 26280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eacmv: ensure second-last frame is allocated before referencing itDaniel Kang2011-01-09
| | | | | | | Fixes issue2513 Original patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationPeter Ross2011-01-09
| | | | Originally committed as revision 26278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-09
| | | | Originally committed as revision 26277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-09
| | | | Originally committed as revision 26276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09
| | | | Originally committed as revision 26275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wtv: fix typoPeter Ross2011-01-09
| | | | Originally committed as revision 26274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-09
| | | | Originally committed as revision 26273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded #includeJustin Ruggles2011-01-09
| | | | Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
| | | | | | | | This improves the audio quality significantly for stereo source with both the fixed-point and floating-point AC-3 encoders. Update acodec-ac3_fixed and seek-ac3_rm test references. Originally committed as revision 26271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
| | | | Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-08
| | | | | | fit into output buffer. Originally committed as revision 26269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unsupported postproc informationSascha Sommer2011-01-08
| | | | Originally committed as revision 26268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-08
| | | | Originally committed as revision 26267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationSascha Sommer2011-01-08
| | | | Originally committed as revision 26266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-08
| | | | Originally committed as revision 26265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show profile in avcodec_string().Anssi Hannula2011-01-08
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sampleBaptiste Coudurier2011-01-07
| | | | Originally committed as revision 26263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-07
| | | | Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
| | | | | | to not mess up dts Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
| | | | Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-07
| | | | | | | | Fixes issue 2501. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
| | | | Originally committed as revision 26257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not overread input buffer.Daniel Kang2011-01-07
| | | | | | | | Fixes issue 2503. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
| | | | Originally committed as revision 26255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unbreak ffserverLuca Barbato2011-01-07
| | | | | | Make sure the sample_aspect_ratio is 0 and not 0/0. Originally committed as revision 26254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-07
| | | | Originally committed as revision 26253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev2011-01-07
| | | | | | | | Fixes issue 2072 and issue 2421. Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru Originally committed as revision 26252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-06
| | | | | | Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export dca profile information.Anssi Hannula2011-01-06
| | | | | | Patch by Anssi Hannula anssi d hannula a iki d fi Originally committed as revision 26250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-06
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-06
| | | | | | | | | for invalid header up before reading data. Fixes issue 2500. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-06
| | | | Originally committed as revision 26247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
| | | | | | | | | | | | | | | | | If filtered, only packets from the right source address and port are received. To test, play back e.g. some mpeg4 video RTSP stream (where the video stream is the first stream in the presentation) over UDP. While receiving this stream, send another stream to the same port: ffmpeg -re -i <whatever> -vcodec mpeg4 -an -f rtp rtp://127.0.0.1:5000?localport=1234 Normally, the RTSP playback reports lots of errors at this point. If the RTSP stream has the ?filter_src option enabled, these interferring packets are ignored. Originally committed as revision 26246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
| | | | | | | If the remote address is updated later with this function, the caller shouldn't set the connect option until in this call. Originally committed as revision 26245 to svn://svn.ffmpeg.org/ffmpeg/trunk