| Commit message (Expand) | Author | Age | Files | Lines |
* | try to fill in missing bits_per_sample | Michael Niedermayer | 2007-02-20 | 1 | -0/+3 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -3/+3 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -11/+40 |
* | Fix audio corruption when cutting. | Wolfram Gloger | 2007-02-05 | 1 | -7/+10 |
* | packets must be correctly interleaved | Michael Niedermayer | 2007-02-02 | 1 | -0/+2 |
* | make av_find_stream_info() duration user selectable | Michael Niedermayer | 2007-01-23 | 1 | -4/+2 |
* | Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. | Michel Bardiaux | 2007-01-23 | 1 | -1/+1 |
* | set codec_tag from codec_id if its not set and can be set based on the AVCode... | Michael Niedermayer | 2007-01-21 | 1 | -0/+11 |
* | Attempt to better document AVFMT_NOFILE. | Reimar Döffinger | 2007-01-19 | 1 | -0/+3 |
* | Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, | Reimar Döffinger | 2007-01-19 | 1 | -1/+1 |
* | removed unused av_frac_set | Baptiste Coudurier | 2007-01-08 | 1 | -10/+0 |
* | remove #if obsoleted after last major version bump | Baptiste Coudurier | 2007-01-08 | 1 | -4/+2 |
* | 10l, only allocate priv_data if not already done | Baptiste Coudurier | 2007-01-08 | 1 | -3/+2 |
* | humm, actually do what's in the doxy | Baptiste Coudurier | 2007-01-08 | 1 | -0/+7 |
* | indention | Michael Niedermayer | 2007-01-02 | 1 | -6/+6 |
* | nth try of getting the frame rate detecton working | Michael Niedermayer | 2007-01-02 | 1 | -3/+3 |
* | revert regression test breaking change | Michael Niedermayer | 2007-01-01 | 1 | -1/+1 |
* | ignore duration of the first 2 frames in the max-time break check | Michael Niedermayer | 2006-12-29 | 1 | -1/+2 |
* | do not base frame rate guess on just one duration | Michael Niedermayer | 2006-12-29 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2006-12-12 | 1 | -6/+6 |
* | the next r_frame_rate try ... | Michael Niedermayer | 2006-12-12 | 1 | -3/+6 |
* | gcc 2.95 fix | Michael Niedermayer | 2006-12-12 | 1 | -1/+1 |
* | rewrite r_frame_rate selectioon code again | Michael Niedermayer | 2006-12-11 | 1 | -31/+28 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 1 | -4/+4 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -1/+1 |
* | cosmetics, remove braces, remove spaces just inside parens | Baptiste Coudurier | 2006-12-06 | 1 | -4/+2 |
* | do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an... | Andy Parkins | 2006-12-06 | 1 | -2/+6 |
* | split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ... | Michael Niedermayer | 2006-11-14 | 1 | -14/+36 |
* | nut simple seeking first try | Michael Niedermayer | 2006-11-11 | 1 | -1/+1 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -98/+0 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -7/+7 |
* | Rename SWAP macro to FFSWAP. | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -2/+2 |
* | remove gcc warning about void * used in arithmetic | Baptiste Coudurier | 2006-10-30 | 1 | -1/+1 |
* | fflags can/will be used for muxing too | Baptiste Coudurier | 2006-10-27 | 1 | -1/+1 |
* | Use proper PRI?64 macros for %ll? format to fix printf format warnings: | Dominik Mierzejewski | 2006-10-14 | 1 | -2/+2 |
* | 10l CODEC vs. FORMAT | Michael Niedermayer | 2006-10-13 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix r_frame_rate detection in mpeg4 streams with non integer fps | Michael Niedermayer | 2006-10-03 | 1 | -3/+8 |
* | fix r_frame_rate init code for groundhog.vob | Michael Niedermayer | 2006-09-26 | 1 | -5/+11 |
* | drop broken telecine detection code | Michael Niedermayer | 2006-09-26 | 1 | -23/+0 |
* | reindent | Michael Niedermayer | 2006-09-26 | 1 | -5/+5 |
* | dont ignore MAX_READ_SIZE | Michael Niedermayer | 2006-09-26 | 1 | -2/+1 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -140/+0 |
* | Migrate the "packetsize" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | Migrate the "muxrate" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | Make OFFSET() reuse offsetof | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | Remove a redundant memset from libavformat. | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | Use and set sane AVOption defaults | Panagiotis Issaris | 2006-09-10 | 1 | -5/+2 |