| Commit message (Expand) | Author | Age | Files | Lines |
* | Use proper PRI?64 macros for %ll? format to fix printf format warnings: | Dominik Mierzejewski | 2006-10-14 | 1 | -2/+2 |
* | 10l CODEC vs. FORMAT | Michael Niedermayer | 2006-10-13 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix r_frame_rate detection in mpeg4 streams with non integer fps | Michael Niedermayer | 2006-10-03 | 1 | -3/+8 |
* | fix r_frame_rate init code for groundhog.vob | Michael Niedermayer | 2006-09-26 | 1 | -5/+11 |
* | drop broken telecine detection code | Michael Niedermayer | 2006-09-26 | 1 | -23/+0 |
* | reindent | Michael Niedermayer | 2006-09-26 | 1 | -5/+5 |
* | dont ignore MAX_READ_SIZE | Michael Niedermayer | 2006-09-26 | 1 | -2/+1 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -140/+0 |
* | Migrate the "packetsize" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | Migrate the "muxrate" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | Make OFFSET() reuse offsetof | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | Remove a redundant memset from libavformat. | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | Use and set sane AVOption defaults | Panagiotis Issaris | 2006-09-10 | 1 | -5/+2 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+4 |
* | undefines a few temporary defines which were not undefined after their usage. | Panagiotis Issaris | 2006-09-09 | 1 | -0/+4 |
* | enable setting the year and track number using AVOption | Panagiotis Issaris | 2006-09-08 | 1 | -0/+2 |
* | makes avformat_get_context_defaults() static | Panagiotis Issaris | 2006-09-08 | 1 | -0/+3 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 1 | -0/+3 |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 1 | -11/+21 |
* | fix b pyramid in mp4 muxing if no dts are provided to the muxer | Michael Niedermayer | 2006-08-30 | 1 | -15/+14 |
* | added option probesize; at the moment only used by mpegts.c | Nico Sabbi | 2006-08-27 | 1 | -0/+4 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 1 | -2/+21 |
* | update documentation | Baptiste Coudurier | 2006-08-11 | 1 | -3/+12 |
* | export av_interleave_packet_per_dts | Baptiste Coudurier | 2006-08-11 | 1 | -1/+1 |
* | dont be too picky about timestampsbeing wrong if the destination container is... | Michael Niedermayer | 2006-08-08 | 1 | -2/+2 |
* | timestamp debugging av_logs() | Michael Niedermayer | 2006-08-08 | 1 | -2/+16 |
* | Try to find out correct start time to make seeking faster and add some | Reimar Döffinger | 2006-07-23 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -1/+7 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 1 | -1/+1 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 1 | -36/+5 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -0/+1 |
* | extradata may be used as bitstream reader input so allocate with padding | Måns Rullgård | 2006-06-29 | 1 | -1/+2 |
* | do not fail av_find_stream_info() if params for all streams could not be found | Måns Rullgård | 2006-06-29 | 1 | -3/+2 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 1 | -3/+7 |
* | increase search limit in av_find_stream_info | Måns Rullgård | 2006-06-20 | 1 | -1/+1 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 1 | -0/+1 |
* | make dump_format output more homogenous | Baptiste Coudurier | 2006-06-15 | 1 | -1/+2 |
* | fix probe of high bitrate mpeg2video | Michael Niedermayer | 2006-06-13 | 1 | -1/+1 |
* | use av_d2q to parse frame rate | Baptiste Coudurier | 2006-03-24 | 1 | -2/+3 |
* | provide more info on which streams lack codec parameters | Michael Niedermayer | 2006-03-21 | 1 | -1/+5 |
* | simplify AVFormatParameters NULL checks | Michael Niedermayer | 2006-03-11 | 1 | -0/+6 |
* | add size to AVIndex | Michael Niedermayer | 2006-03-01 | 1 | -2/+3 |
* | Fix for url_fclose() being called on an already closed file based on a patch ... | Michael Niedermayer | 2006-02-11 | 1 | -0/+1 |
* | improve fps guessing code | Michael Niedermayer | 2006-02-02 | 1 | -11/+19 |
* | sanity checks for seeking | Michael Niedermayer | 2006-02-02 | 1 | -0/+6 |
* | dynamically increase probe buffer until format is detected | Michael Niedermayer | 2006-02-02 | 1 | -13/+14 |