| Commit message (Expand) | Author | Age | Files | Lines |
* | use av_d2q to parse frame rate | Baptiste Coudurier | 2006-03-24 | 1 | -2/+3 |
* | provide more info on which streams lack codec parameters | Michael Niedermayer | 2006-03-21 | 1 | -1/+5 |
* | simplify AVFormatParameters NULL checks | Michael Niedermayer | 2006-03-11 | 1 | -0/+6 |
* | add size to AVIndex | Michael Niedermayer | 2006-03-01 | 1 | -2/+3 |
* | Fix for url_fclose() being called on an already closed file based on a patch ... | Michael Niedermayer | 2006-02-11 | 1 | -0/+1 |
* | improve fps guessing code | Michael Niedermayer | 2006-02-02 | 1 | -11/+19 |
* | sanity checks for seeking | Michael Niedermayer | 2006-02-02 | 1 | -0/+6 |
* | dynamically increase probe buffer until format is detected | Michael Niedermayer | 2006-02-02 | 1 | -13/+14 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | WinCE cross-compilation support | Gildas Bazin | 2006-01-22 | 1 | -0/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -13/+13 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -151/+151 |
* | nan fps fix | Michael Niedermayer | 2005-12-16 | 1 | -1/+6 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -7/+7 |
* | allow NULL write_header() and write_trailer() | Michael Niedermayer | 2005-11-04 | 1 | -4/+7 |
* | print more time_base fps stuff if av_log level is at debug or above | Michael Niedermayer | 2005-09-18 | 1 | -0/+5 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -1/+0 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 1 | -0/+17 |
* | parse pict_type for streams in avi | Michael Niedermayer | 2005-08-15 | 1 | -0/+5 |
* | support fixing missing pts by parsing future frames | Michael Niedermayer | 2005-08-15 | 1 | -9/+59 |
* | minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ... | Wolfram Gloger | 2005-08-14 | 1 | -4/+8 |
* | a few checks, seems i forgot to commit this | Michael Niedermayer | 2005-08-14 | 1 | -0/+24 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+1 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -76/+78 |
* | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) | Michael Niedermayer | 2005-07-17 | 1 | -0/+3 |
* | avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ke... | Kenneth Aafløy | 2005-07-08 | 1 | -2/+5 |
* | av_seek_frame() docs timestamp clarification | Michael Niedermayer | 2005-07-05 | 1 | -0/+1 |
* | fix assertion failure | Michael Niedermayer | 2005-06-29 | 1 | -2/+7 |
* | part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kris... | Daniel Kristjansson | 2005-06-28 | 1 | -50/+133 |
* | dont open and close codec at every call of try_decode_frame() as this is not ... | Michael Niedermayer | 2005-06-27 | 1 | -3/+10 |
* | support changing in bitstream global headers into extradata style and back | Michael Niedermayer | 2005-06-27 | 1 | -3/+18 |
* | typo fix by (lists: kenneth aafloy net) | Michael Niedermayer | 2005-06-05 | 1 | -1/+1 |
* | changing a few AV_LOG_DEBUG to AV_LOG_INFO | Michael Niedermayer | 2005-05-29 | 1 | -13/+13 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -0/+25 |
* | av_find_stream_info() end check fixes | Michael Niedermayer | 2005-05-22 | 1 | -2/+4 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -5/+3 |
* | 10l (overflows) | Michael Niedermayer | 2005-05-12 | 1 | -3/+3 |
* | better r_frame_rate guessing code | Michael Niedermayer | 2005-05-06 | 1 | -21/+30 |
* | division by zero fix | Michael Niedermayer | 2005-05-06 | 1 | -2/+2 |
* | prefer container time_base for frame duration guess | Michael Niedermayer | 2005-05-06 | 1 | -6/+6 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -90/+50 |
* | PIX_FMT_NONE and related fixes | Michael Niedermayer | 2005-04-25 | 1 | -3/+7 |
* | discard dummy packets before doing inapropriate checks on them and failing as... | Michael Niedermayer | 2005-03-24 | 1 | -3/+4 |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -1/+1 |
* | keyframe & non keyframe index fixes | Michael Niedermayer | 2005-03-13 | 1 | -8/+17 |
* | shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) | Michael Niedermayer | 2005-02-26 | 1 | -0/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -1/+0 |
* | dont predict missing timestamps if we lack the required information to do so | Michael Niedermayer | 2005-01-29 | 1 | -1/+1 |
* | support colon-separated rates patch by Roine Gustafsson <roine AT users DOT s... | Roine Gustafsson | 2005-01-27 | 1 | -0/+2 |