summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-22
| | | | | | | instead of assuming it should occur right at given position. This helps finding human-readable error descriptions in RTMP server replies. Originally committed as revision 20575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
| | | | Originally committed as revision 20574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
| | | | Originally committed as revision 20573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
| | | | Originally committed as revision 20572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
| | | | | | | | | extra byte and are not compliant with ISO 14496-12. This causes some strict demuxers (notably the MPEG-4 ALS reference software) to fail. It has been confirmed that not writing the extra byte will still allow the generated MP4 files to work with QuickTime/iTunes/iPod. Originally committed as revision 20571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
| | | | Originally committed as revision 20570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-21
| | | | | | Patch by Robert Krüger, krueger signal7 de Originally committed as revision 20569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show_protocols() print one protocol per line.Stefano Sabatini2009-11-21
| | | | Originally committed as revision 20568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-20
| | | | Originally committed as revision 20567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
| | | | | | | Ensure that jpeg does not use mbs that could require larger padding. This might have been exploitable. Originally committed as revision 20566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
| | | | | | to terminate, jobnr it does not point to a valid location in that case. Originally committed as revision 20565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
| | | | Originally committed as revision 20564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
| | | | Originally committed as revision 20563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2009-11-20
| | | | Originally committed as revision 20562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -formats splitDaniel Verkamp2009-11-20
| | | | Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-20
| | | | | | | decoder. This fixes issue 1555 Originally committed as revision 20560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-20
| | | | Originally committed as revision 20559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-20
| | | | | | | XORed with source one or not, which went wrong with new block comparing code. So track this condition explicitly. Originally committed as revision 20558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-20
| | | | Originally committed as revision 20557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify why the encoder is failingBaptiste Coudurier2009-11-19
| | | | Originally committed as revision 20556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-19
| | | | Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-19
| | | | Originally committed as revision 20554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split show_formats().Michael Niedermayer2009-11-19
| | | | Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-19
| | | | | | | instead of either aborting on the assert or crashing due to writing beyond the array due to insufficient padding. Originally committed as revision 20552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier2009-11-19
| | | | | | in any case. Originally committed as revision 20551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-18
| | | | Originally committed as revision 20550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-18
| | | | | | Improve readability of the output. Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier2009-11-18
| | | | Originally committed as revision 20548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
| | | | Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
| | | | Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18
| | | | | | alldevices.c is not a good place for avdevice_version(). Originally committed as revision 20546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-18
| | | | | | | is more clear and lexically more consistent with API and documentation. Originally committed as revision 20545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
| | | | Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
| | | | Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-16
| | | | Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse2009-11-15
| | | | Originally committed as revision 20541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-15
| | | | | | Based on code written by Colin McQuillan during his SoC project. Originally committed as revision 20540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
| | | | | | Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv Originally committed as revision 20539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention after last commit.Michael Niedermayer2009-11-14
| | | | Originally committed as revision 20538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
| | | | Originally committed as revision 20537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-14
| | | | | | code complexity. Originally committed as revision 20536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
| | | | Originally committed as revision 20535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-14
| | | | Originally committed as revision 20534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
| | | | Originally committed as revision 20533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add cflags filter for sunccMichael Kostylev2009-11-13
| | | | | | Patch by Michael Kostylev <gmail>. Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13
| | | | | | Patch by Mike Scheutzow $(name) AT alcatel 'minus' lucent com Originally committed as revision 20531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
| | | | | | is disabled, and remove a useless "#if CONFIG_SDP_DEMUXER" Originally committed as revision 20530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split overly long line in doxy.Stefano Sabatini2009-11-12
| | | | Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
| | | | Originally committed as revision 20528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12
| | | | Originally committed as revision 20527 to svn://svn.ffmpeg.org/ffmpeg/trunk