| Commit message (Expand) | Author | Age | Files | Lines |
* | Woops, this file was supposed to be added in r5556: "Move initialisations and... | Guillaume Poirier | 2006-06-30 | 1 | -0/+184 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 8 | -176/+7 |
* | extradata may be used as bitstream reader input so allocate with padding | Måns Rullgård | 2006-06-29 | 1 | -1/+2 |
* | detect audio-only program streams and broken files made by VDR | Måns Rullgård | 2006-06-29 | 1 | -9/+9 |
* | 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 |
* | detect MPEG PES streams as MPEG PS; the PS demuxer will cope | Måns Rullgård | 2006-06-28 | 1 | -1/+4 |
* | Properly set the image depth | Luca Abeni | 2006-06-28 | 1 | -4/+12 |
* | dont read over the end of a data chunk and at the end search for the next | Michael Niedermayer | 2006-06-28 | 1 | -2/+16 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 2 | -7/+7 |
* | s/u_char/uint8_t/ accidentally copied from tcvp | Måns Rullgård | 2006-06-25 | 1 | -1/+1 |
* | 10l: don't allocate a new buffer quite so often | Måns Rullgård | 2006-06-25 | 1 | -1/+2 |
* | cleaned up buffer management | Måns Rullgård | 2006-06-25 | 1 | -19/+34 |
* | check only existing streams | Baptiste Coudurier | 2006-06-25 | 1 | -5/+6 |
* | minor cleanup | Luca Barbato | 2006-06-24 | 1 | -2/+3 |
* | simplify | Baptiste Coudurier | 2006-06-24 | 1 | -53/+28 |
* | Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. | Stefan Huehner | 2006-06-20 | 1 | -1/+0 |
* | increase search limit in av_find_stream_info | Måns Rullgård | 2006-06-20 | 1 | -1/+1 |
* | allow packets with non-zero PES_scrambling_control | Måns Rullgård | 2006-06-19 | 1 | -0/+2 |
* | fix aac in mov for ipod | Baptiste Coudurier | 2006-06-19 | 1 | -4/+12 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 6 | -20/+20 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 10 | -15/+15 |
* | use standard codec tag if the specified tag is out of range and would be | Måns Rullgård | 2006-06-16 | 1 | -1/+1 |
* | Fix compilation with all combinations of --disable-(de)muxers. | Diego Biurrun | 2006-06-16 | 1 | -11/+16 |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 9 | -17/+1 |
* | make dump_format output more homogenous | Baptiste Coudurier | 2006-06-15 | 1 | -1/+2 |
* | export all tracks to libavformat layer | Baptiste Coudurier | 2006-06-15 | 1 | -31/+15 |
* | Fix segfault | R. Brian Anderson | 2006-06-15 | 1 | -1/+3 |
* | Fix typo | Luca Abeni | 2006-06-15 | 1 | -1/+1 |
* | dont load the index if we cant seek back | Michael Niedermayer | 2006-06-14 | 1 | -3/+5 |
* | check fseek return value | Baptiste Coudurier | 2006-06-13 | 1 | -2/+4 |
* | fix unused computed value | Baptiste Coudurier | 2006-06-13 | 1 | -2/+2 |
* | fix mp3 muxing | Baptiste Coudurier | 2006-06-13 | 1 | -0/+1 |
* | fix probe of high bitrate mpeg2video | Michael Niedermayer | 2006-06-13 | 1 | -1/+1 |
* | simplify, completely ignore streams not recognized, that fixes seeking for so... | Baptiste Coudurier | 2006-06-12 | 1 | -24/+22 |
* | read_packet return value must be < 0 when no packet is returned, including EOF. | Reimar Döffinger | 2006-06-11 | 1 | -1/+1 |
* | Add support for GNU/kFreeBSD systems. | Diego Biurrun | 2006-06-10 | 1 | -0/+3 |
* | probe for mpeg audio | Måns Rullgård | 2006-06-05 | 1 | -1/+27 |
* | rm_read_audio_stream_info return type is not void | Roberto Togni | 2006-06-04 | 1 | -7/+10 |
* | Support for AAC (fourcc raac and racp) in rm files | Roberto Togni | 2006-06-04 | 1 | -0/+31 |
* | fix seek related bugs | Måns Rullgård | 2006-06-04 | 1 | -6/+14 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | Flash Screen Video decoder (fourcc:FSV1) | Benjamin Larsson | 2006-06-01 | 2 | -0/+2 |
* | Include the correct video4linux2 header | Luca Abeni | 2006-05-30 | 1 | -2/+2 |
* | suggest solution for 2 fixmies | Michael Niedermayer | 2006-05-27 | 1 | -0/+1 |
* | Remove all .cvsignore files, they are no longer necessary. | Diego Biurrun | 2006-05-26 | 1 | -6/+0 |
* | fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... | Michael Niedermayer | 2006-05-19 | 1 | -3/+30 |
* | dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) | Michael Niedermayer | 2006-05-18 | 1 | -0/+2 |
* | dont write LAVF_ID if bitexact and any meta tag is set | Michael Niedermayer | 2006-05-18 | 1 | -1/+2 |
* | simplify meta tag writing code | Michael Niedermayer | 2006-05-18 | 1 | -173/+40 |
* | fix seeking, typo provoking hard segfault | Baptiste Coudurier | 2006-05-18 | 1 | -1/+1 |