| Commit message (Expand) | Author | Age | Files | Lines |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -13/+15 |
* | cosmetic: alignment | Aurelien Jacobs | 2010-10-15 | 1 | -8/+8 |
* | add FF_API_SYMVER define to disable symver compatibility functions | Aurelien Jacobs | 2010-10-15 | 1 | -0/+3 |
* | add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_LAVF_UNUSED define to disable the unused struct fields | Aurelien Jacobs | 2010-10-15 | 1 | -2/+5 |
* | add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_PARSE_FRAME_PARAM define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function | Aurelien Jacobs | 2010-10-15 | 1 | -0/+3 |
* | add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() | Aurelien Jacobs | 2010-10-15 | 1 | -0/+3 |
* | add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | Deprecate old API. | Anton Khirnov | 2010-10-15 | 1 | -20/+20 |
* | Add a SAP demuxer | Martin Storsjö | 2010-10-13 | 1 | -1/+1 |
* | Add forgotten minor bump and changelog entry for the SAP muxer | Martin Storsjö | 2010-10-11 | 1 | -1/+1 |
* | move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation | Aurelien Jacobs | 2010-10-08 | 1 | -0/+12 |
* | properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR | Aurelien Jacobs | 2010-10-06 | 1 | -1/+1 |
* | add new streams API without MAX_STREAMS limit | Aurelien Jacobs | 2010-10-06 | 1 | -0/+4 |
* | document the fact that av_new_stream() can't be called in a background thread | Aurelien Jacobs | 2010-10-06 | 1 | -1/+2 |
* | Add RTP depacketization of the X-QT QuickTime format | Martin Storsjö | 2010-10-06 | 1 | -1/+1 |
* | Add demuxer for LXF (Leitch/Harris' VR native stream format) | Tomas Härdin | 2010-10-01 | 1 | -2/+2 |
* | Clarify what av_read_frame() returns. | Michael Niedermayer | 2010-09-14 | 1 | -0/+5 |
* | Read all id3v2 tags at the beginning of mp3 files. | David Byron | 2010-09-11 | 1 | -1/+1 |
* | Add a muxer and demuxer for raw G.722 | Martin Storsjö | 2010-09-09 | 1 | -1/+1 |
* | add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() | Aurelien Jacobs | 2010-08-19 | 1 | -0/+3 |
* | add FF_API_REGISTER_PROTOCOL define to disable the deprecated | Aurelien Jacobs | 2010-08-19 | 1 | -0/+3 |
* | add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass | Aurelien Jacobs | 2010-08-19 | 1 | -0/+3 |
* | add a comment to clarify that FF_API_* defines are not part of public API | Aurelien Jacobs | 2010-08-18 | 1 | -0/+4 |
* | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs | 2010-08-18 | 1 | -11/+11 |
* | add LAVF_API_OLD_METADATA define to disable the deprecated metadata API | Aurelien Jacobs | 2010-08-17 | 1 | -5/+10 |
* | add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API | Aurelien Jacobs | 2010-08-17 | 1 | -1/+5 |
* | Add RTP depacketization of VP8 | Josh Allmann | 2010-08-16 | 1 | -1/+1 |
* | Add RTP depacketization of MP4A-LATM | Martin Storsjö | 2010-08-12 | 1 | -1/+1 |
* | Add documentation for the pm parameter of the av_metadata_set* | Stefano Sabatini | 2010-08-11 | 1 | -0/+4 |
* | Fix reference to a wrong parameter name in the metadata API functions | Stefano Sabatini | 2010-08-11 | 1 | -6/+6 |
* | Nit: fix weird spacing. | Stefano Sabatini | 2010-08-11 | 1 | -2/+2 |
* | Add empty newlines between function descriptions and @params, improve | Stefano Sabatini | 2010-08-11 | 1 | -0/+4 |
* | Add RTP packetization of Theora and Vorbis | Josh Allmann | 2010-08-07 | 1 | -1/+1 |
* | Add WebM to the Matroska demuxer name. | Alex Converse | 2010-08-01 | 1 | -1/+1 |
* | Fix 2 doxy comments that referred to the wrong variable. | Michael Niedermayer | 2010-07-27 | 1 | -2/+2 |
* | Make doxygen formatting more consistent. | Michael Niedermayer | 2010-07-27 | 1 | -51/+122 |
* | Document existing rules for AVInputFormat.name. | Alex Converse | 2010-07-27 | 1 | -0/+3 |
* | add SubRip muxer and demuxer | Aurelien Jacobs | 2010-07-24 | 1 | -1/+1 |
* | Lego Mindstorms RSO muxer and demuxer. | Rafaël Carré | 2010-07-20 | 1 | -1/+1 |
* | fix av_seek_frame_binary() documentation | Aurelien Jacobs | 2010-07-19 | 1 | -1/+1 |
* | Tele-typewriter demuxer | Peter Ross | 2010-07-18 | 1 | -1/+1 |
* | Bump minor and add APIchanges entry for url_fskip return value change. | Martin Storsjö | 2010-07-16 | 1 | -1/+1 |
* | Clarify the avoidance of usage of these AVStream fields. | Víctor Paesa | 2010-07-11 | 1 | -1/+2 |
* | Bump libavformat minor (as a result of r24003). | Jai Menon | 2010-07-02 | 1 | -1/+1 |
* | add AV_DISPOSITION_FORCED flag and use it in matroska demuxer | Aurelien Jacobs | 2010-07-02 | 1 | -0/+4 |