| Commit message (Expand) | Author | Age | Files | Lines |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -0/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -10/+2 |
* | add key field to AVFormatContext for de/encryption support, patch by Reimar | Reimar Döffinger | 2007-02-11 | 1 | -2/+5 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -0/+1 |
* | make av_find_stream_info() duration user selectable | Michael Niedermayer | 2007-01-23 | 1 | -0/+5 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -4/+4 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -2/+17 |
* | Attempt to better document AVFMT_NOFILE. | Reimar Döffinger | 2007-01-19 | 1 | -1/+2 |
* | Make nb_streams unsigned to avoid an ugly cast. | Diego Biurrun | 2007-01-16 | 1 | -1/+1 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -2/+2 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 1 | -8/+0 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -2/+2 |
* | split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ... | Michael Niedermayer | 2006-11-14 | 1 | -0/+1 |
* | more verbose r_frame_rate definition | Michael Niedermayer | 2006-11-12 | 1 | -0/+3 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -45/+2 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -23/+0 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | AVPROBE_SCORE_MAX doc | Michael Niedermayer | 2006-09-09 | 1 | -1/+1 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 1 | -0/+1 |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 1 | -3/+3 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 1 | -0/+10 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -3/+0 |
* | fix b pyramid in mp4 muxing if no dts are provided to the muxer | Michael Niedermayer | 2006-08-30 | 1 | -0/+3 |
* | added option probesize; at the moment only used by mpegts.c | Nico Sabbi | 2006-08-27 | 1 | -0/+2 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 1 | -0/+1 |
* | attribute_deprecated | Michael Niedermayer | 2006-08-20 | 1 | -11/+11 |
* | export av_interleave_packet_per_dts | Baptiste Coudurier | 2006-08-11 | 1 | -0/+1 |
* | dont be too picky about timestampsbeing wrong if the destination container is... | Michael Niedermayer | 2006-08-08 | 1 | -0/+1 |
* | Try to find out correct start time to make seeking faster and add some | Reimar Döffinger | 2006-07-23 | 1 | -0/+1 |
* | add loop_input to AVFormatContext, getting rid of old hack | Víctor Paesa | 2006-07-13 | 1 | -2/+4 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -1/+1 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -176/+0 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 1 | -4/+0 |
* | minor cleanup | Luca Barbato | 2006-06-24 | 1 | -2/+3 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+3 |
* | Smacker demuxer and decoder. | Kostya Shishkov | 2006-03-21 | 1 | -2/+5 |
* | add size to AVIndex | Michael Niedermayer | 2006-03-01 | 1 | -3/+3 |
* | complete AVS playback system (from Creature Shock computer game), | Mike Melanson | 2006-02-17 | 1 | -2/+5 |
* | complete American Laser Games MM playback system, courtesy of Peter Ross | Mike Melanson | 2006-02-12 | 1 | -0/+3 |
* | tta demuxer, also usable for moving tta audio data into an other container | Alex Beregszaszi | 2006-02-12 | 1 | -0/+3 |
* | generate adts frame headers if required | Måns Rullgård | 2006-02-10 | 1 | -2/+5 |
* | add a Creative VOC (de)muxer | Aurelien Jacobs | 2006-02-09 | 1 | -2/+5 |
* | bump version numbers and update docs for adts aac support | Måns Rullgård | 2006-02-08 | 1 | -2/+2 |
* | AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) | Michael Niedermayer | 2006-02-02 | 1 | -0/+3 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -28/+28 |