| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |