| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the AVFormatContext options definition to a dedicated file, | Stefano Sabatini | 2009-01-10 | 3 | -58/+84 |
* | Reindent to properly fit a 80 chars terminal. | Ronald S. Bultje | 2009-01-09 | 1 | -4/+5 |
* | Reindent after r16509. | Ronald S. Bultje | 2009-01-09 | 1 | -2/+2 |
* | Apply rtpmap: SDP lines to the last m= line only, since they generally just | Ronald S. Bultje | 2009-01-09 | 1 | -6/+2 |
* | only set le if value is 1, fix boom5.mov, issue #770 | Baptiste Coudurier | 2009-01-09 | 1 | -1/+2 |
* | Do not assume that if pkt->destruct != av_destruct_packet then it is not | Luca Abeni | 2009-01-09 | 1 | -1/+1 |
* | Increase buffer size for RTP packet data because some ASF streams use a | Ronald S. Bultje | 2009-01-09 | 1 | -1/+1 |
* | rename ff_metadata_sync_compat to ff_metadata_mux_compat | Aurelien Jacobs | 2009-01-09 | 3 | -3/+3 |
* | move ff_metadata_sync_compat to metadata_compat.c | Aurelien Jacobs | 2009-01-08 | 2 | -37/+36 |
* | Add a second metadata compatibility layer, so that metadata that gets | Aurelien Jacobs | 2009-01-08 | 4 | -1/+111 |
* | cosmetics: CJPG is from Creative Webcam | Ben Littler | 2009-01-08 | 1 | -1/+1 |
* | fourcc CJPG is sequential jpeg | Ben Littler | 2009-01-08 | 1 | -0/+1 |
* | 100l, add missing enum type, fix compilation | Baptiste Coudurier | 2009-01-08 | 1 | -0/+1 |
* | use lower case x and alternate format for hex in printf | Baptiste Coudurier | 2009-01-08 | 1 | -4/+4 |
* | print more debug information if enabled, including index | Baptiste Coudurier | 2009-01-08 | 1 | -0/+22 |
* | Fix a compiler warning: | Dominique Leuenberger | 2009-01-07 | 1 | -1/+1 |
* | Do not try to duplicate packets that have data==NULL. | Michael Niedermayer | 2009-01-07 | 1 | -1/+1 |
* | Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by | Ronald S. Bultje | 2009-01-07 | 1 | -1/+1 |
* | Fix doxy comments missing one '*'. | Ronald S. Bultje | 2009-01-07 | 1 | -3/+3 |
* | Use the "server" RTSP field to detect whether the server that we're talking | Ronald S. Bultje | 2009-01-07 | 2 | -0/+7 |
* | Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future | Ronald S. Bultje | 2009-01-07 | 2 | -58/+60 |
* | Don't use s->pb if a local ByteIOContext was already provided by the calling | Ronald S. Bultje | 2009-01-07 | 1 | -1/+1 |
* | Allow subscription to any of the streams, not just the first, available in | Ronald S. Bultje | 2009-01-07 | 1 | -15/+56 |
* | Parse the OpaqueData field for every AVStream represented by this "set of | Ronald S. Bultje | 2009-01-07 | 3 | -22/+23 |
* | Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in | Ronald S. Bultje | 2009-01-07 | 1 | -0/+14 |
* | Parse the ASMRuleBook SDP line to dynamically create one new AVStream for | Ronald S. Bultje | 2009-01-07 | 3 | -0/+81 |
* | Remove inappropriate const qualifier from function argument, fixes the warning: | Diego Biurrun | 2009-01-07 | 2 | -2/+2 |
* | free all allocated metadata structures | Aurelien Jacobs | 2009-01-06 | 3 | -8/+23 |
* | cosmetics: alphabetical order | Diego Biurrun | 2009-01-06 | 1 | -2/+2 |
* | ignore year=0 and track=0 | Aurelien Jacobs | 2009-01-06 | 1 | -1/+1 |
* | Add a metadata compatibility layer, so that when a user application set | Aurelien Jacobs | 2009-01-06 | 3 | -0/+45 |
* | add a typedef for AVMetadata | Aurelien Jacobs | 2009-01-05 | 2 | -10/+10 |
* | Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned | Diego Biurrun | 2009-01-05 | 1 | -1/+1 |
* | additional recovery for the badly broken streams | Roman Shaposhnik | 2009-01-05 | 1 | -0/+2 |
* | rename AVMetaData to AVMetadata and meta_data to metadata | Aurelien Jacobs | 2009-01-04 | 6 | -26/+26 |
* | add metadata in AVStream, AVProgram and AVChapter | Aurelien Jacobs | 2009-01-04 | 1 | -0/+4 |
* | Ministry of English Composition treatment for the new metadata API | Mike Melanson | 2009-01-04 | 1 | -13/+16 |
* | 10l format include path for metadata.h | Michael Niedermayer | 2009-01-04 | 1 | -1/+1 |
* | Move metadata API from avcodec to avformat. | Michael Niedermayer | 2009-01-04 | 4 | -1/+159 |
* | Generic metadata API. | Michael Niedermayer | 2009-01-04 | 4 | -23/+41 |
* | If we find a VBR tag at the beginning of the file don't attempt to | Yoav Steinberg | 2009-01-04 | 1 | -7/+13 |
* | Drop the deprecated parse_image_size() and parse_frame_rate() functions | Stefano Sabatini | 2009-01-04 | 2 | -0/+4 |
* | 10l set AVPacket.size to the true size of the returned data instead of | Michael Niedermayer | 2008-12-31 | 1 | -1/+1 |
* | Fix indention which was off by 1 space. | Michael Niedermayer | 2008-12-31 | 1 | -9/+9 |
* | Replace buffer by AVPacket and avoid a memcpy() for video when the number | Michael Niedermayer | 2008-12-31 | 1 | -20/+22 |
* | Merge videobuf and audiobuf. | Michael Niedermayer | 2008-12-31 | 1 | -20/+18 |
* | Simplify the top of rm_assemble_video_frame(). | Michael Niedermayer | 2008-12-30 | 1 | -26/+14 |
* | Add a few error checks to rm_assemble_video_frame() | Michael Niedermayer | 2008-12-30 | 1 | -0/+6 |
* | All non zero returns of rm_assemble_video_frame() are errors, check things | Michael Niedermayer | 2008-12-30 | 1 | -1/+1 |
* | av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in | Reimar Döffinger | 2008-12-28 | 1 | -2/+2 |