| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix double free which happens for playback of .rm files after r16365. See | Ronald S. Bultje | 2008-12-28 | 2 | -1/+1 |
* | Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. | Kostya Shishkov | 2008-12-28 | 1 | -1/+1 |
* | Reindent after r16368. | Ronald S. Bultje | 2008-12-28 | 2 | -2/+3 |
* | Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in | Ronald S. Bultje | 2008-12-28 | 3 | -2/+7 |
* | Change audio_pkt_cnt from an array into a single field, since only a single | Ronald S. Bultje | 2008-12-28 | 1 | -5/+5 |
* | Add RMStream object as function argument to public functions so that non-.rm | Ronald S. Bultje | 2008-12-28 | 3 | -22/+27 |
* | Implement RMStream stream-specific private data object in the RM demuxer. | Ronald S. Bultje | 2008-12-28 | 2 | -74/+106 |
* | Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it | Kostya Shishkov | 2008-12-27 | 1 | -3/+15 |
* | add amr in avi riff tags | Ben Littler | 2008-12-24 | 1 | -0/+2 |
* | Fix two identical warnings when compiling riff.c and nuv.c with icc: | Carl Eugen Hoyos | 2008-12-22 | 2 | -3/+3 |
* | Fix a warning when compiling with icc: | Carl Eugen Hoyos | 2008-12-22 | 1 | -2/+2 |
* | Initialize s->opaque before calling url_resetbuf(). | Aurelien Jacobs | 2008-12-22 | 1 | -1/+1 |
* | Change mpeg audio parser so it only sets frame_size, channels and bit_rate | Michael Niedermayer | 2008-12-21 | 1 | -1/+1 |
* | Fix detection of audio codec in K70707-ARIA229.flv. | Michael Niedermayer | 2008-12-21 | 1 | -1/+3 |
* | Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv | Alexander Strange | 2008-12-19 | 1 | -1/+2 |
* | cosmetics, remove useless parenthesis and whitespaces | Baptiste Coudurier | 2008-12-18 | 1 | -2/+2 |
* | set alac channels from extradata, fix alac mono in m4a | Baptiste Coudurier | 2008-12-18 | 1 | -1/+3 |
* | Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and | Ronald S. Bultje | 2008-12-18 | 2 | -14/+25 |
* | Add a ByteIOContext argument to ASF functions that will be shared with the | Ronald S. Bultje | 2008-12-18 | 1 | -9/+6 |
* | Add jp2 support to img2 demuxer. | Benoit Fouet | 2008-12-17 | 1 | -0/+1 |
* | activate jpeg2000 fourcc in mov/mj2 | Baptiste Coudurier | 2008-12-17 | 1 | -1/+1 |
* | Fix bug where the avi demxuer lost the first frame of malformed | Michael Niedermayer | 2008-12-16 | 1 | -1/+1 |
* | check that nb_streams is valid before setting stream, fix crash with jp2 whic... | Baptiste Coudurier | 2008-12-16 | 1 | -2/+7 |
* | add MPNG fourcc | Ben Littler | 2008-12-16 | 1 | -0/+1 |
* | two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list | Ben Littler | 2008-12-16 | 1 | -0/+3 |
* | QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi | Ben Littler | 2008-12-16 | 1 | -0/+1 |
* | add rpza avi fourcc | Ben Littler | 2008-12-16 | 1 | -0/+2 |
* | Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio... | Ronald S. Bultje | 2008-12-14 | 1 | -14/+6 |
* | Reindent something that looks weird. | Ronald S. Bultje | 2008-12-14 | 1 | -1/+2 |
* | Add comment to indicate why the SDP line buffer is as big as it is. | Ronald S. Bultje | 2008-12-14 | 1 | -0/+4 |
* | Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se... | Ronald S. Bultje | 2008-12-14 | 1 | -1/+1 |
* | 10l (forgot sample_size) | Michael Niedermayer | 2008-12-14 | 1 | -1/+2 |
* | Make register_avcodec() call avcodec_init(). | Stefano Sabatini | 2008-12-14 | 1 | -1/+0 |
* | oggflac: fix bitstream reader usage | Måns Rullgård | 2008-12-14 | 1 | -5/+5 |