| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 1 | -11/+21 |
* | fix b pyramid in mp4 muxing if no dts are provided to the muxer | Michael Niedermayer | 2006-08-30 | 1 | -15/+14 |
* | added option probesize; at the moment only used by mpegts.c | Nico Sabbi | 2006-08-27 | 1 | -0/+4 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 1 | -2/+21 |
* | update documentation | Baptiste Coudurier | 2006-08-11 | 1 | -3/+12 |
* | export av_interleave_packet_per_dts | Baptiste Coudurier | 2006-08-11 | 1 | -1/+1 |
* | dont be too picky about timestampsbeing wrong if the destination container is... | Michael Niedermayer | 2006-08-08 | 1 | -2/+2 |
* | timestamp debugging av_logs() | Michael Niedermayer | 2006-08-08 | 1 | -2/+16 |
* | Try to find out correct start time to make seeking faster and add some | Reimar Döffinger | 2006-07-23 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -1/+7 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 1 | -1/+1 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 1 | -36/+5 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -0/+1 |
* | extradata may be used as bitstream reader input so allocate with padding | Måns Rullgård | 2006-06-29 | 1 | -1/+2 |
* | do not fail av_find_stream_info() if params for all streams could not be found | Måns Rullgård | 2006-06-29 | 1 | -3/+2 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 1 | -3/+7 |
* | increase search limit in av_find_stream_info | Måns Rullgård | 2006-06-20 | 1 | -1/+1 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 1 | -0/+1 |
* | make dump_format output more homogenous | Baptiste Coudurier | 2006-06-15 | 1 | -1/+2 |
* | fix probe of high bitrate mpeg2video | Michael Niedermayer | 2006-06-13 | 1 | -1/+1 |
* | 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 |