summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-03
| | | | | | when no video stream is present. Originally committed as revision 13648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust comment to realityAurelien Jacobs2008-06-03
| | | | Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-03
| | | | Originally committed as revision 13646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small spelling/wording fixesDiego Biurrun2008-06-03
| | | | Originally committed as revision 13645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-03
| | | | Originally committed as revision 13644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
| | | | | | | | | | | | contains the first picture startcode that commences in the PES packet, instead of the first access unit that commences in the PES packet. Fix the parser to handle that properly. This was a very long standing bug ... The change to the seek regressions is because the mpeg ts muxer stores too many invalid and randomized timestamps which overflow the 4 entry buffer we use in the parser. Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-03
| | | | Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix continuity counter to start at 0Baptiste Coudurier2008-06-03
| | | | Originally committed as revision 13641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-03
| | | | | | | | sequence header (that is a few known dts/pts but no known durations previously) cnnts1.mpg is one sample affected by this. Originally committed as revision 13640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-03
| | | | Originally committed as revision 13639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve installation path selectionMåns Rullgård2008-06-02
| | | | Originally committed as revision 13638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Split all path variables into their own list.Diego Biurrun2008-06-02
| | | | Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-02
| | | | | | may or may not fix CID134 and CID135 Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-02
| | | | | | fix CID120 Originally committed as revision 13635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-02
| | | | | | fix CID44 Originally committed as revision 13634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-02
| | | | Originally committed as revision 13633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
| | | | Originally committed as revision 13632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix servertest in out of tree buildsMåns Rullgård2008-06-02
| | | | Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
| | | | | | Thanks Mkhodor for pointing it out. Originally committed as revision 13629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-02
| | | | | | piecewise, thus the end values cannot be used for associating timestamps. Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-02
| | | | | | | is not used from the outside but after rethinking it of course has to be used if someone wants to use a parser without a lavf demuxer. Originally committed as revision 13625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-02
| | | | | | not associated with the first byte of access units. Originally committed as revision 13622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-02
| | | | | | additional probing of a stream. Originally committed as revision 13619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-02
| | | | Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
| | | | | | (it was and is the next not the last) Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify parser core.Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-02
| | | | Originally committed as revision 13612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return if bitrate is not specified or too lowBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add context_to_name func for loggingBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace comments by error messages.Vitor Sessak2008-06-01
| | | | | | Thanks to Mkhodor for the tip. Originally committed as revision 13609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-01
| | | | Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec2() functionVitor Sessak2008-06-01
| | | | Originally committed as revision 13607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-01
| | | | Originally committed as revision 13606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-01
| | | | Originally committed as revision 13605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The function dec1() do two completly unrelated things. Split the rms ↵Vitor Sessak2008-06-01
| | | | | | calculation out of it. Originally committed as revision 13604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26957 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-01
| | | | Originally committed as revision 13603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-01
| | | | Originally committed as revision 13602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 13601 to svn://svn.ffmpeg.org/ffmpeg/trunk