| Commit message (Expand) | Author | Age | Files | Lines |
* | add error message for unsupported codecs in WAVE. | Justin Ruggles | 2008-09-14 | 1 | -0/+2 |
* | Reindent after r15317. | Ronald S. Bultje | 2008-09-14 | 1 | -1/+1 |
* | Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport | Ronald S. Bultje | 2008-09-14 | 1 | -16/+16 |
* | matroskadec: simplify, first_timecode is already in the index | Aurelien Jacobs | 2008-09-12 | 1 | -16/+5 |
* | matroskadec: prevent seeking before the first keyframe of the reference stream | Aurelien Jacobs | 2008-09-11 | 1 | -3/+14 |
* | Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: | Ronald S. Bultje | 2008-09-11 | 1 | -14/+14 |
* | Factorize out common code for opening of the RTP parsing context between | Ronald S. Bultje | 2008-09-11 | 1 | -32/+26 |
* | Clarify convergence_duration. | Michael Niedermayer | 2008-09-10 | 1 | -2/+4 |
* | set bits_per_coded_sample according to new lavc api | Baptiste Coudurier | 2008-09-09 | 1 | -3/+3 |
* | matroskadec: demux relevant subtitle packets after a seek | Aurelien Jacobs | 2008-09-09 | 1 | -3/+17 |
* | matroskadec: ensure that overlapping subtitles are not added to the index | Aurelien Jacobs | 2008-09-09 | 1 | -0/+5 |
* | matroskadec: after seeking, skip up to the desired timestamp instead of | Aurelien Jacobs | 2008-09-09 | 1 | -3/+3 |
* | matroskadec: move timecode calculation a little earlier | Aurelien Jacobs | 2008-09-09 | 1 | -10/+8 |
* | matroskadec: sanitize track time_scale before using it | Aurelien Jacobs | 2008-09-09 | 1 | -0/+2 |
* | print stream index in decimal not in hex, easier for debugging | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | set block align in av_write_header if not set, fix issue #489 | Baptiste Coudurier | 2008-09-08 | 1 | -0/+3 |
* | write copyright metadata tag | Baptiste Coudurier | 2008-09-08 | 1 | -0/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 47 | -137/+137 |
* | terminate tag tables by CODEC_ID_NONE | Baptiste Coudurier | 2008-09-08 | 1 | -0/+2 |
* | set default bps to 16 in wav header | Baptiste Coudurier | 2008-09-07 | 1 | -1/+2 |
* | Implement RDT-specific data parsing routines. After these changes, simple | Ronald S. Bultje | 2008-09-07 | 3 | -2/+116 |
* | Reindent after previous patch. | Ronald S. Bultje | 2008-09-07 | 1 | -22/+22 |
* | Implement a RDT-specific SET_PARAMETER command that subscribes to the | Ronald S. Bultje | 2008-09-07 | 3 | -2/+57 |
* | Add dynamic payload handlers to rdt.c. These follow the same API as the ones | Ronald S. Bultje | 2008-09-07 | 5 | -0/+153 |
* | Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export | Ronald S. Bultje | 2008-09-07 | 2 | -4/+5 |
* | bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 | Aurelien Jacobs | 2008-09-07 | 1 | -1/+1 |
* | matroskadec: remove now useless vstream and is_video_key_frame | Aurelien Jacobs | 2008-09-06 | 1 | -6/+2 |
* | matroskadec: remove useless braces | Aurelien Jacobs | 2008-09-06 | 1 | -2/+1 |
* | matroskadec: ensure that the timecode added to the index are is the one | Aurelien Jacobs | 2008-09-06 | 1 | -8/+10 |
* | do not fail if audio is uncompressed and frame size is not set, just set it | Baptiste Coudurier | 2008-09-05 | 1 | -1/+2 |
* | simplify bps code by using av_get_bits_per_sample | Baptiste Coudurier | 2008-09-05 | 1 | -13/+2 |
* | matroskadec: fix ASS subtitle track packets before emitting them | Aurelien Jacobs | 2008-09-04 | 1 | -0/+35 |
* | Fix msgsm in wav, do not set blkalign to frame size, this is wrong, | Baptiste Coudurier | 2008-09-04 | 1 | -1/+1 |
* | matroska: subtitle display duration must be stored in pkt->convergence_duration | Aurelien Jacobs | 2008-09-04 | 2 | -3/+8 |
* | set block align and frame size for gsm in aiff | Baptiste Coudurier | 2008-09-04 | 1 | -0/+4 |
* | cosmetics, remove whitespace | Baptiste Coudurier | 2008-09-04 | 1 | -1/+1 |
* | actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr | Kurtnoise | 2008-09-04 | 1 | -0/+3 |
* | skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, | Damiano Galassi | 2008-09-04 | 1 | -1/+1 |
* | change the logic to mux 13818-3 and 11172-3 in mp4, less code | Baptiste Coudurier | 2008-09-03 | 2 | -5/+4 |
* | forbid mp3 < 16000hz in anything except mov | Baptiste Coudurier | 2008-09-03 | 1 | -0/+6 |
* | dirac muxing support in mp4/mov | Baptiste Coudurier | 2008-09-03 | 2 | -0/+3 |
* | cosmetics, move up mpeg1video mp4 objecttype | Baptiste Coudurier | 2008-09-03 | 1 | -1/+1 |
* | cosmetics, change values to hex since mp4ra use hex | Baptiste Coudurier | 2008-09-03 | 1 | -24/+24 |
* | cosmetics, vertical align | Baptiste Coudurier | 2008-09-03 | 1 | -1/+1 |
* | ac3 muxing support in mov/mp4/m4v | Baptiste Coudurier | 2008-09-03 | 2 | -1/+53 |
* | Change doxygen comment: Clarify when av_write_trailer should be called. | Reimar Döffinger | 2008-09-03 | 1 | -0/+2 |
* | Add AVPacket.convergence_duration. | Michael Niedermayer | 2008-09-03 | 2 | -1/+17 |
* | Try to clarify the semantics of AVPacket.duration. | Michael Niedermayer | 2008-09-03 | 1 | -1/+5 |
* | Remove unused code that used to handle protocol concatenation, i.e. trying | Ronald S. Bultje | 2008-09-03 | 1 | -13/+3 |
* | Implement Realmedia/RTSP-compatible SETUP command. This includes calculation | Ronald S. Bultje | 2008-09-03 | 4 | -7/+143 |