summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
| | | | Originally committed as revision 18892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
| | | | Originally committed as revision 18891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCP demuxer.Kenan Gillet2009-05-20
| | | | Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-16
| | | | | | Patch by Yao Peter (peter AT yuvad DOT com) Originally committed as revision 18858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
| | | | | | | | Any C library function may be a macro, so compound literals passed to memcmp() must be surrounded by parens to avoid being split on commas. Originally committed as revision 18856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move increment after debug printBaptiste Coudurier2009-05-16
| | | | Originally committed as revision 18851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded length checksBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
| | | | Originally committed as revision 18831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
| | | | Originally committed as revision 18830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
| | | | | | This fixes ogg/theora on ARM (more generally the A32 bitstream reader) Originally committed as revision 18819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
| | | | Originally committed as revision 18818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align and update doxygenBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove commentBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
| | | | | | | We have now dts <= pts, note that for some B frames dts+1 == pts can happen if a crappy timebase is used instead of correct /1001. Originally committed as revision 18810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, alignmentBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
| | | | Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* v210 mov fourccBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
| | | | | | | | Patch by Cyril Comparon: gmail(name, surname); Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-11
| | | | Originally committed as revision 18796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move free data in the video caseBaptiste Coudurier2009-05-11
| | | | Originally committed as revision 18793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-11
| | | | Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bgra in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pixfmt for argbBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgba in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code found by CSABenjamin Larsson2009-05-10
| | | | Originally committed as revision 18783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless max_payload_size variableBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write dts if pts is not setBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix total bitrate computation, based on patch by corp186, chasedouglas at ↵Baptiste Coudurier2009-05-10
| | | | | | gmail dot com Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-06
| | | | | | | | | | This matches the return value of ogg_find_codec and fixes "libavformat/oggdec.c:333: warning: assignment discards qualifiers from pointer target type" Patch by Daniel Verkamp (daniel - drv . nu) Originally committed as revision 18769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
| | | | | | Patch by Daniel Verkamp daniel|at|drv|nu. Originally committed as revision 18766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
| | | | | | Patch by Laurent Aimar (fenrir at `antonym of 'audio'+antonym of 'WAN'` dot org) Originally committed as revision 18754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-05
| | | | Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
| | | | Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
| | | | Originally committed as revision 18733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-28
| | | | Originally committed as revision 18711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-27
| | | | | | | | Patch by Cyril Comparon: standard_gmail_full_name_address Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid possibly uninitialized return valueIvo van Poorten2009-04-23
| | | | | | (found by clang static analyzer) Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-22
| | | | Originally committed as revision 18662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It should be #if, not #ifdefAndreas Öman2009-04-22
| | | | Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-22
| | | | | | fixes misdetection of mpegps_mp3_unrecognized_format.mpg (issue997) Originally committed as revision 18657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw MLP muxer.Ramiro Polla2009-04-21
| | | | Originally committed as revision 18652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when receiving from SDPLuca Abeni2009-04-20
| | | | Originally committed as revision 18635 to svn://svn.ffmpeg.org/ffmpeg/trunk