| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 9 | -11/+11 |
* | Check url_seek() in url_open(). | Michael Niedermayer | 2008-05-05 | 1 | -0/+6 |
* | Use correct length modifier for pointer diff argument in av_log() call. | Diego Biurrun | 2008-05-04 | 1 | -1/+1 |
* | Fix 'comparison always false' warning. | Diego Pettenò | 2008-05-04 | 1 | -1/+1 |
* | dts probe | Benjamin Larsson | 2008-05-03 | 1 | -1/+35 |
* | Nellymoser handling in FLV | Bartlomiej Wolowiec | 2008-05-02 | 1 | -0/+4 |
* | Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, | Luca Barbato | 2008-05-02 | 2 | -0/+37 |
* | fix encoding of flac private data | Justin Ruggles | 2008-05-01 | 1 | -3/+6 |
* | Support invalid mpeg created by vdr | Michael Niedermayer | 2008-04-29 | 1 | -3/+4 |
* | raw GSM demuxer (does not work yet as parser is missing) | Michael Niedermayer | 2008-04-28 | 2 | -0/+14 |
* | set demuxers .value and use common audio_read_header function | Baptiste Coudurier | 2008-04-28 | 1 | -78/+14 |
* | set pkt duration, only when dts == pts though, | Henrik Gulbrandsen | 2008-04-26 | 1 | -0/+4 |
* | Missing tags in APE is normal situation, so don't print an error. | Kostya Shishkov | 2008-04-26 | 1 | -1/+0 |
* | yes it is true for mp4 | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | remove unneeded variable | Baptiste Coudurier | 2008-04-25 | 1 | -4/+1 |
* | move vars decls where vars are used | Baptiste Coudurier | 2008-04-25 | 1 | -7/+7 |
* | set channels and sample rate from mpeg4audio config | Baptiste Coudurier | 2008-04-25 | 1 | -4/+12 |
* | parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ... | Baptiste Coudurier | 2008-04-25 | 1 | -3/+16 |
* | update doc | Baptiste Coudurier | 2008-04-25 | 1 | -1/+0 |
* | error is -1 | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | move vars decls where vars are used | Baptiste Coudurier | 2008-04-25 | 1 | -9/+6 |
* | parser should not be needed anymore, merge cases and set frame size for amr too | Baptiste Coudurier | 2008-04-25 | 1 | -2/+1 |
* | lower frame size to split amr/qcelp/gsm frames | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | align and remove useless braces | Baptiste Coudurier | 2008-04-25 | 1 | -8/+6 |
* | cosmetics, remove whitespaces in tags | Baptiste Coudurier | 2008-04-25 | 1 | -69/+69 |
* | set gsm default frame size and bytes per frame, needed by old qt format, fix ... | Baptiste Coudurier | 2008-04-25 | 1 | -0/+4 |
* | pts are unsigned according to specs, fix negative pts when 32bit pts are used | Baptiste Coudurier | 2008-04-25 | 1 | -1/+2 |
* | set wrap bits to 32bit to actually use it | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | Avoid using reserved __names. | Michael Niedermayer | 2008-04-24 | 2 | -4/+4 |
* | minor memleak | Michael Niedermayer | 2008-04-24 | 1 | -0/+1 |
* | Fixing memleaks. | Michael Niedermayer | 2008-04-24 | 1 | -0/+5 |
* | cosmetics: remove useless whitespaces and put braces correctly | Baptiste Coudurier | 2008-04-24 | 1 | -13/+11 |
* | demux qcelp, so this can work with soc decoder and stream copy | Baptiste Coudurier | 2008-04-24 | 1 | -1/+5 |
* | qcelp fourcc | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | support for alac in .mov | Baptiste Coudurier | 2008-04-24 | 1 | -1/+14 |
* | set alac frame size from extradata | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | Ensure that the timestamp reading code used for seeking chooses a position | Michael Niedermayer | 2008-04-23 | 1 | -1/+6 |
* | Read asf file header fields in the right order | Rafaël Carré | 2008-04-22 | 1 | -1/+1 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -1/+4 |
* | Compute AC3 frame CRC for stronger raw AC3 format probing. | Andreas Öman | 2008-04-21 | 1 | -0/+4 |
* | Correct ASF duration. | Henrik Gulbrandsen | 2008-04-21 | 1 | -2/+1 |
* | Raw dts muxer | Benjamin Larsson | 2008-04-20 | 2 | -1/+15 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -2/+2 |
* | Decrease returning probe score for WAV demuxer to avoid | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+6 |
* | Tighten up the Westwood AUD detection. Probability of random detections | Mike Melanson | 2008-04-18 | 1 | -5/+14 |
* | doxy header for udp protocol | Luca Barbato | 2008-04-16 | 1 | -0/+6 |
* | Print duration with higher precision. | Diego Biurrun | 2008-04-16 | 1 | -2/+2 |
* | Cleanup comments and make them doxygen parsable. | Luca Barbato | 2008-04-15 | 1 | -5/+18 |
* | Expose max_packet_size from the rtp protocol | Luca Barbato | 2008-04-15 | 1 | -4/+13 |