Age | Commit message (Expand) | Author |
2009-03-09 | reindent | Baptiste Coudurier |
2009-03-09 | change path pattern to be similar to existing files, and remove useless buffer | Baptiste Coudurier |
2009-03-09 | merge struct declaration and definition | Baptiste Coudurier |
2009-03-09 | write map packet every 100 packets according to specs | Baptiste Coudurier |
2009-03-09 | write flt packet, might need some tweaking but it works | Baptiste Coudurier |
2009-03-09 | correctly interleave audio and video according to specs | Baptiste Coudurier |
2009-03-09 | write timecode track in gxf | Baptiste Coudurier |
2009-03-08 | compute media info in write_header | Baptiste Coudurier |
2009-03-08 | factorize write packet | Baptiste Coudurier |
2009-03-08 | remove unneeded and empty user data | Baptiste Coudurier |
2009-03-08 | uniformize variable names and remove duplicating fields in private structs | Baptiste Coudurier |
2009-03-08 | remove useless fields | Baptiste Coudurier |
2009-02-13 | use correct field number for video according to specs, patch by Thierry Foucu... | Thierry Foucu |
2009-02-13 | cosmetics, rename nb_frames to nb_fields | Baptiste Coudurier |
2009-02-12 | compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail... | Thierry Foucu |
2009-02-11 | rename wrongly named b_per_gop to b_per_i_or_p according to specs | Baptiste Coudurier |
2009-02-09 | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier |
2009-02-08 | use new audio interleaving generic code | Baptiste Coudurier |
2009-01-31 | use st->priv_data to store per stream context | Baptiste Coudurier |
2009-01-27 | second try fixing time code in gxf | Baptiste Coudurier |
2009-01-23 | fix endianness of time code, and calculate it in fields, according to specs | Baptiste Coudurier |
2009-01-20 | Do not use avctx->frame_number which might not be set, | Baptiste Coudurier |
2009-01-20 | set correct value for starting line | Baptiste Coudurier |
2009-01-20 | fix gxf time code mark out value | Baptiste Coudurier |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-12-13 | Avoid _t in gxf enum type names | Reimar Döffinger |
2008-10-03 | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-27 | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-08-09 | take care to use video track field number as duration | Baptiste Coudurier |
2007-07-26 | replaces hardcoded values by the equivalent enum definitions | Aurelien Jacobs |
2007-07-13 | Smartjog granted permission to relicense as LGPL 2.1 | Baptiste Coudurier |
2007-07-13 | round timestamps up, k2 broadcast server seems to need it | Baptiste Coudurier |
2007-02-14 | fix dts adjusting | Baptiste Coudurier |
2007-01-22 | Fix some more license headers. | Diego Biurrun |
2007-01-21 | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer |
2006-11-28 | readjust dts if negative | Baptiste Coudurier |
2006-10-18 | use AVFormatContext to log | Baptiste Coudurier |
2006-10-17 | avoid overwriting pkt | Baptiste Coudurier |
2006-10-10 | quiet gcc about enum value not handled in switch | Baptiste Coudurier |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-21 | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik |
2006-08-21 | set correct first gop closed value | Baptiste Coudurier |
2006-08-21 | rename closed_gop to first_gop_closed | Baptiste Coudurier |
2006-08-21 | init buffer | Baptiste Coudurier |
2006-08-12 | use packet dts as correct media field number and use av_interleave_pkt_per_dts | Baptiste Coudurier |
2006-08-09 | parse mpeg frame to get pict type and closed gop flag | Baptiste Coudurier |
2006-08-01 | negative to_pad won't provoke infinite loop | Baptiste Coudurier |