| Commit message (Expand) | Author | Age | Files | Lines |
* | write active picture height for d-10/imx in mov | Baptiste Coudurier | 2009-02-12 | 1 | -3/+15 |
* | Add a warning log when trying to encode into a container requiring global | Art Clarke | 2009-02-12 | 1 | -0/+4 |
* | set last packet next pointer to null | Baptiste Coudurier | 2009-02-12 | 1 | -0/+4 |
* | check body partitions count before writing | Baptiste Coudurier | 2009-02-12 | 1 | -1/+1 |
* | return error if read failed | Baptiste Coudurier | 2009-02-12 | 1 | -1/+2 |
* | Change ffm_write_write_index to return int, and return if error occured. | Patrik Kullman | 2009-02-12 | 2 | -3/+5 |
* | compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail... | Thierry Foucu | 2009-02-12 | 1 | -1/+4 |
* | rename wrongly named b_per_gop to b_per_i_or_p according to specs | Baptiste Coudurier | 2009-02-11 | 1 | -6/+6 |
* | use new metadata API in ogg/vorbis demuxer | Aurelien Jacobs | 2009-02-11 | 1 | -15/+1 |
* | fix frame size, time rate is not stts duration anymore with time offset | Baptiste Coudurier | 2009-02-11 | 1 | -2/+5 |
* | do not set start time to 0, it is not the case with elst time offset | Baptiste Coudurier | 2009-02-11 | 1 | -2/+1 |
* | Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com | Toshimitsu Kimura | 2009-02-11 | 4 | -1/+131 |
* | Add av_uninit macro to variable to avoid false positive warning: | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Allow demuxing of audio substreams stored as 0x06 type. | Benoit Fouet | 2009-02-11 | 1 | -2/+23 |
* | parse mpeg2 gop header time code and use it | Baptiste Coudurier | 2009-02-11 | 1 | -4/+22 |
* | write timecode track | Baptiste Coudurier | 2009-02-11 | 1 | -23/+90 |
* | adjust time rate according to elst time offset | Baptiste Coudurier | 2009-02-11 | 1 | -3/+3 |
* | fix last keyframe index accross body partitions | Baptiste Coudurier | 2009-02-11 | 1 | -1/+2 |
* | fix body offset | Baptiste Coudurier | 2009-02-11 | 1 | -5/+7 |
* | Cosmetics: vertical align "*" for consistency with the other doxyies. | Stefano Sabatini | 2009-02-11 | 1 | -1/+1 |
* | Remove @deprecated notice from AVFrac, it is not deprecated anymore. | Stefano Sabatini | 2009-02-11 | 1 | -1/+0 |
* | fix partition offset when only one stream present | Baptiste Coudurier | 2009-02-10 | 1 | -2/+3 |
* | fix timecode value | Baptiste Coudurier | 2009-02-10 | 1 | -1/+1 |
* | write body partitions | Baptiste Coudurier | 2009-02-10 | 1 | -16/+65 |
* | compute index byte count in mxf_write_partition | Baptiste Coudurier | 2009-02-10 | 1 | -12/+14 |
* | remove check, mxf muxer does not have track number limitation anymore | Baptiste Coudurier | 2009-02-10 | 1 | -5/+0 |
* | retrieve flags from mxf_parse_mpeg2_frame using a param | Baptiste Coudurier | 2009-02-10 | 1 | -8/+9 |
* | 10l, edit unit offset is after klv fill | Baptiste Coudurier | 2009-02-10 | 1 | -2/+1 |
* | cosmetics, associate mxf_write_klv_fill to aligned elements | Baptiste Coudurier | 2009-02-10 | 1 | -7/+2 |
* | write component depth and horizontal subsampling best effort local tags | Baptiste Coudurier | 2009-02-10 | 1 | -1/+12 |
* | fix header byte count | Baptiste Coudurier | 2009-02-10 | 1 | -1/+2 |
* | move up mxf_write_klv_fill and align index, rip and primer pack | Baptiste Coudurier | 2009-02-10 | 1 | -16/+23 |
* | fix primer pack local tags uls | Baptiste Coudurier | 2009-02-10 | 1 | -4/+4 |
* | correctly set multi track operational pattern | Baptiste Coudurier | 2009-02-10 | 1 | -2/+15 |
* | fix compilation with DEBUG defined, field does not exist anymore | Baptiste Coudurier | 2009-02-10 | 1 | -1/+1 |
* | remove now useless av_set_program_name() function | Aurelien Jacobs | 2009-02-10 | 2 | -12/+0 |
* | use new metadata API in mpegts demuxer | Aurelien Jacobs | 2009-02-10 | 1 | -3/+5 |
* | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier | 2009-02-09 | 4 | -4/+4 |
* | Try to clarify doxy of avformat_seek_file(). | Michael Niedermayer | 2009-02-09 | 1 | -1/+1 |
* | Increase the number of packets required to identify as MPEG PES to keep from | Alex Converse | 2009-02-09 | 1 | -1/+1 |
* | remove no more needed comment, declaration is in internal header | Baptiste Coudurier | 2009-02-09 | 1 | -3/+0 |
* | cosmetics: typo/grammar fixes in doxygen and other comments | Diego Biurrun | 2009-02-08 | 1 | -6/+6 |
* | cosmetics: comment grammar/spelling fixes | Diego Biurrun | 2009-02-08 | 1 | -9/+9 |
* | Add the ability to set the timestamp to the current time by specifying 'now' | Francesco Cosoleto | 2009-02-08 | 1 | -0/+3 |
* | 10l: fix compiler warning: | Vitor Sessak | 2009-02-08 | 1 | -1/+2 |
* | Move declaration of ff_interleave_add_packet to internal.h. | Baptiste Coudurier | 2009-02-08 | 4 | -10/+12 |
* | Declare ff_interleave_new_audio_packet as static, it is not used | Baptiste Coudurier | 2009-02-08 | 2 | -3/+1 |
* | document ff_audio_interleave | Baptiste Coudurier | 2009-02-08 | 1 | -0/+9 |
* | NC camera demuxer | Nicolas Martin | 2009-02-08 | 3 | -0/+102 |
* | Clarify that avformat_seek_file() is not part of the stable API yet. | Michael Niedermayer | 2009-02-08 | 1 | -0/+4 |