| Commit message (Expand) | Author | Age | Files | Lines |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -5/+5 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko | 2007-06-25 | 1 | -1/+2 |
* | * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) | Roman Shaposhnik | 2007-01-11 | 1 | -7/+7 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Split the DV demuxer and muxer into separate files (as suggested by Diego | Panagiotis Issaris | 2006-09-15 | 1 | -378/+1 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 1 | -268/+65 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -13/+5 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | * fixing DV-in-AVI type1 packet production bug | Roman Shaposhnik | 2006-04-01 | 1 | -2/+5 |
* | DVCPRO50 support. | Daniel Maas | 2006-03-06 | 1 | -175/+225 |
* | typo | Diego Biurrun | 2006-02-08 | 1 | -1/+1 |
* | Put muxer-specific code parts in #ifdef CONFIG_MUXERS. | Diego Biurrun | 2006-01-19 | 1 | -0/+6 |
* | 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 | -206/+206 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -98/+98 |
* | typo: viedo --> video | Diego Biurrun | 2005-09-03 | 1 | -2/+2 |
* | lowres support | Michael Niedermayer | 2005-09-02 | 1 | -2/+4 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -24/+24 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -1/+1 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -2/+1 |
* | fix nonsense timestamp mess | Michael Niedermayer | 2005-04-26 | 1 | -15/+4 |
* | * static allocation for audio packets. This will make it a little bit | Roman Shaposhnik | 2004-10-13 | 1 | -27/+21 |
* | generic cur_dts update | Michael Niedermayer | 2004-10-12 | 1 | -9/+0 |
* | flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) | Michael Niedermayer | 2004-10-12 | 1 | -13/+48 |
* | * experimental dynamic audio stream allocation for DV demuxer. This | Roman Shaposhnik | 2004-09-27 | 1 | -33/+20 |
* | * let DV muxer generate audioless DV streams. This might not be 100% | Roman Shaposhnik | 2004-09-27 | 1 | -28/+36 |
* | * fixing a regression introduced by the last seek-support patch | Roman Shaposhnik | 2004-09-22 | 1 | -2/+2 |
* | gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) | Michael Niedermayer | 2004-09-21 | 1 | -2/+3 |
* | * a couple of silly defaults to make everybody happy. | Roman Shaposhnik | 2004-09-19 | 1 | -0/+2 |
* | * misc. fixes and hacks to improve timing detection in raw DV | Roman Shaposhnik | 2004-09-19 | 1 | -3/+12 |
* | * seek in raw DV patch by Nathan Kurz (nate at verse dot com) | Nathan Kurz | 2004-09-18 | 1 | -3/+12 |
* | * replacing calls to not-always-available gmtime_r with our own code. | Roman Shaposhnik | 2004-08-18 | 1 | -5/+5 |
* | * fixing a bug in DV timestamp generation. Now libavtest doesn't | Roman Shaposhnik | 2004-08-02 | 1 | -4/+5 |
* | * fixing a small quirk with DV audio muxing | Roman Shaposhnik | 2004-07-27 | 1 | -1/+5 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -2/+2 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -5/+3 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+4 |
* | * IEC DV seems to accept SMPTE way of tagging 16:9 too. | Roman Shaposhnik | 2004-05-18 | 1 | -1/+3 |
* | * making it possible to specify recording date and time in a stream | Roman Shaposhnik | 2004-04-06 | 1 | -1/+1 |
* | antitime | Michael Niedermayer | 2004-04-05 | 1 | -1/+1 |
* | * turns out raw DV files can have .dif extension | Roman Shaposhnik | 2004-03-24 | 1 | -1/+1 |
* | * enabling seek in raw DV files | Roman Shaposhnik | 2004-03-23 | 1 | -1/+30 |
* | fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at... | Ronald S. Bultje | 2004-03-13 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -3/+3 |
* | * turns out write_packet is supposed to return 0 on success, not | Roman Shaposhnik | 2004-02-11 | 1 | -1/+1 |
* | * DV demuxer is now capable of decoding auxilary audio stream. So, | Roman Shaposhnik | 2003-10-31 | 1 | -63/+97 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -3/+5 |
* | * fixing bug that prevented resampling the picture and | Roman Shaposhnik | 2003-10-03 | 1 | -1/+1 |